diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-07 02:14:07 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-07 02:14:07 +0000 |
commit | 9144d57b94eaccd935d2fd97b2a717873fa96270 (patch) | |
tree | a075e79b8e8c27cb88d98b9789516589e4198a3b /test/fileutils/visibility_tests.rb | |
parent | 7802f01d4fcb9f237cac480364a09f788265fbbd (diff) |
lib/fileutils.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/fileutils/visibility_tests.rb')
-rw-r--r-- | test/fileutils/visibility_tests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fileutils/visibility_tests.rb b/test/fileutils/visibility_tests.rb index 6bb5a9fc8f..0ce00d5f2c 100644 --- a/test/fileutils/visibility_tests.rb +++ b/test/fileutils/visibility_tests.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require 'test/unit' require 'fileutils' |