aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-08 04:17:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-08 04:17:08 +0000
commit6a680a5cb34f258ec59c52a240760299b14c0f0c (patch)
tree53539dbe4c01e95cc9ce7a2e54a5a604ded5a296 /lib/getoptlong.rb
parent868700a7a635038e91e866f25a2ca1d98ccaca0a (diff)
downloadruby-6a680a5cb34f258ec59c52a240760299b14c0f0c.tar.gz
lib/getoptlong.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index c0ba5399b7..348b7851cf 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
#
# GetoptLong for Ruby
#