From 3e92b635fb5422207b7bbdc924e292e51e21f040 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 16 Dec 2015 05:07:31 +0000 Subject: Add frozen_string_literal: false for all files When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/visitors/test_depth_first.rb | 1 + test/psych/visitors/test_emitter.rb | 1 + test/psych/visitors/test_to_ruby.rb | 1 + test/psych/visitors/test_yaml_tree.rb | 1 + 4 files changed, 4 insertions(+) (limited to 'test/psych/visitors') diff --git a/test/psych/visitors/test_depth_first.rb b/test/psych/visitors/test_depth_first.rb index 837c8e8c11..8072c26b57 100644 --- a/test/psych/visitors/test_depth_first.rb +++ b/test/psych/visitors/test_depth_first.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/helper' module Psych diff --git a/test/psych/visitors/test_emitter.rb b/test/psych/visitors/test_emitter.rb index 780c953693..9317855bbb 100644 --- a/test/psych/visitors/test_emitter.rb +++ b/test/psych/visitors/test_emitter.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/helper' module Psych diff --git a/test/psych/visitors/test_to_ruby.rb b/test/psych/visitors/test_to_ruby.rb index 19e5365244..8878ea22b2 100644 --- a/test/psych/visitors/test_to_ruby.rb +++ b/test/psych/visitors/test_to_ruby.rb @@ -1,4 +1,5 @@ # coding: US-ASCII +# frozen_string_literal: false require 'psych/helper' module Psych diff --git a/test/psych/visitors/test_yaml_tree.rb b/test/psych/visitors/test_yaml_tree.rb index 40702bce79..b3890bcd72 100644 --- a/test/psych/visitors/test_yaml_tree.rb +++ b/test/psych/visitors/test_yaml_tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/helper' module Psych -- cgit v1.2.3