Skip to content

Commit a3df7c3

Browse files
committed
Restore frozen_string_literal for dir_glob.rb
PullRequest: truffleruby/631
2 parents df199cd + eb995ef commit a3df7c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/ruby/core/dir_glob.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# Copyright (c) 2007-2015, Evan Phoenix and contributors
24
# All rights reserved.
35
#

0 commit comments

Comments
 (0)