diff options
author | Kir Shatrov <shatrov@me.com> | 2017-07-09 15:06:36 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-07-09 15:08:29 +0300 |
commit | 72950568dde05bfe8a69ce4bbf6338fdebf3062f (patch) | |
tree | f6260647b0a5521d402c3196591465a04df76265 /activesupport/test/deprecation | |
parent | 6f2b0eb44ab166f98f3bc4a3aa09d3b899e0fd62 (diff) | |
download | rails-72950568dde05bfe8a69ce4bbf6338fdebf3062f.tar.gz rails-72950568dde05bfe8a69ce4bbf6338fdebf3062f.tar.bz2 rails-72950568dde05bfe8a69ce4bbf6338fdebf3062f.zip |
Use frozen-string-literal in ActiveSupport
Diffstat (limited to 'activesupport/test/deprecation')
-rw-r--r-- | activesupport/test/deprecation/method_wrappers_test.rb | 1 | ||||
-rw-r--r-- | activesupport/test/deprecation/proxy_wrappers_test.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/deprecation/method_wrappers_test.rb b/activesupport/test/deprecation/method_wrappers_test.rb index 85d057bb02..33ce4aaeca 100644 --- a/activesupport/test/deprecation/method_wrappers_test.rb +++ b/activesupport/test/deprecation/method_wrappers_test.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require "abstract_unit" require "active_support/deprecation" diff --git a/activesupport/test/deprecation/proxy_wrappers_test.rb b/activesupport/test/deprecation/proxy_wrappers_test.rb index 67afd75c44..ff38a8165d 100644 --- a/activesupport/test/deprecation/proxy_wrappers_test.rb +++ b/activesupport/test/deprecation/proxy_wrappers_test.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require "abstract_unit" require "active_support/deprecation" |