diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2016-02-23 14:14:03 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2016-02-23 14:14:53 +0900 |
commit | 99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e (patch) | |
tree | 6749a6d89a1aace82d645f221e8530901363a5fb /test/psych/test_scalar.rb | |
parent | 0628044c5d8a64f4160747e00476b97402e2d565 (diff) | |
download | psych-99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e.tar.gz |
Temporary disabled to frozen literal string.
ref. https://github.com/ruby/ruby/commit/3e92b635fb5422207b7bbdc924e292e51e21f040
Diffstat (limited to 'test/psych/test_scalar.rb')
-rw-r--r-- | test/psych/test_scalar.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/test_scalar.rb b/test/psych/test_scalar.rb index e6b7697..4353ec3 100644 --- a/test/psych/test_scalar.rb +++ b/test/psych/test_scalar.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false require_relative 'helper' |