diff options
Diffstat (limited to 'lib/irb/help.rb')
-rw-r--r-- | lib/irb/help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/help.rb b/lib/irb/help.rb index 6861d7efc8..c97656f0c4 100644 --- a/lib/irb/help.rb +++ b/lib/irb/help.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # # irb/help.rb - print usage module # by Keiju ISHITSUKA([email protected]) |