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/strscan/test_stringscanner.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/strscan/test_stringscanner.rb') diff --git a/test/strscan/test_stringscanner.rb b/test/strscan/test_stringscanner.rb index 260ab6c558..ee97e454fe 100644 --- a/test/strscan/test_stringscanner.rb +++ b/test/strscan/test_stringscanner.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # test/strscan/test_stringscanner.rb # -- cgit v1.2.3