From 72950568dde05bfe8a69ce4bbf6338fdebf3062f Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 9 Jul 2017 15:06:36 +0300 Subject: Use frozen-string-literal in ActiveSupport --- .../test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/autoloading_fixtures/module_with_custom_const_missing') diff --git a/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb b/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb index 4f2020c503..a6ed49e0be 100644 --- a/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb +++ b/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb @@ -1 +1,2 @@ +# frozen_string_literal: true ModuleWithCustomConstMissing::A::B = "10" -- cgit v1.2.3