From 6fca65e702e2ecdaec6df87b5b58a7d092e9575b Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 2 Jan 2017 12:20:09 +0000 Subject: 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 --- lib/English.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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}. -- cgit v1.2.3