summaryrefslogtreecommitdiff
path: root/lib/English.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-02 12:20:09 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-02 12:20:09 +0000
commit6fca65e702e2ecdaec6df87b5b58a7d092e9575b (patch)
tree496e2501ba9ae9fc6ffa22d52a14d5c61f25c771 /lib/English.rb
parentb70d3f67ee03a1cc19242c1442538986dee7542d (diff)
lib/English.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/English.rb')
-rw-r--r--lib/English.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/English.rb b/lib/English.rb
index 0c17229682..4640f68613 100644
--- a/lib/English.rb
+++ b/lib/English.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
# Include the English library file in a Ruby script, and you can
# reference the global variables such as \VAR{\$\_} using less
# cryptic names, listed in the following table.% \vref{tab:english}.