diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-13 12:16:26 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-13 12:16:26 +0000 |
commit | ad97d4839c706effbbfa9585d3c732ba14d14b46 (patch) | |
tree | 59c604a4ac90a721b268fe7880cb855db9ccd922 /test/test_find.rb | |
parent | 9eb54f7fb4672a4b0f39772be819965a4b7088f5 (diff) | |
download | bundler-ad97d4839c706effbbfa9585d3c732ba14d14b46.tar.gz |
lib/find.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_find.rb')
-rw-r--r-- | test/test_find.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_find.rb b/test/test_find.rb index e3663e47b2..fddb5dfaf7 100644 --- a/test/test_find.rb +++ b/test/test_find.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require 'test/unit' require 'find' require 'tmpdir' |