diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-06-19 18:34:56 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-06-19 18:34:56 +0900 |
commit | 56d545e278577b3cfb3f71905a54f85cd2fba16c (patch) | |
tree | 516ec8f85113e862755efcaba7581a15f579218b /test/psych/test_coder.rb | |
parent | 0ecb87ce7169f945c9fce55ef3f1b9d859283a73 (diff) | |
download | psych-56d545e278577b3cfb3f71905a54f85cd2fba16c.tar.gz |
make frozen_string_literal: truefrozen
Diffstat (limited to 'test/psych/test_coder.rb')
-rw-r--r-- | test/psych/test_coder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_coder.rb b/test/psych/test_coder.rb index e578d55..5ea8cab 100644 --- a/test/psych/test_coder.rb +++ b/test/psych/test_coder.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require_relative 'helper' module Psych |