diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-05 22:22:56 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-05 22:22:56 +0000 |
commit | 36ca18b84715dcc92a82ec4cbef6e83321640443 (patch) | |
tree | d045ae961a90eb12a31843efe05ce9887b2072e0 /test/test_pp.rb | |
parent | a22d6f55e8d4e0dadea28c47dffd18d7ba1c0f4e (diff) |
Put an line before "frozen_string_literal: true" for emacs.
https://bugs.ruby-lang.org/issues/8976#note-49
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_pp.rb')
-rw-r--r-- | test/test_pp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pp.rb b/test/test_pp.rb index 69594c0aef..70390c7559 100644 --- a/test/test_pp.rb +++ b/test/test_pp.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'pp' |