aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-07-09 22:58:40 +0930
committerGitHub <noreply@github.com>2017-07-09 22:58:40 +0930
commit8d98bb0cc6e2baf1694971ae2bdf19e8b8bcdce5 (patch)
tree73eea0eedbeb925587a24b7e870082ccb6e66f9f /activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb
parent650ea5e5cf50d8a7242499463cf1762922d330a8 (diff)
parent72950568dde05bfe8a69ce4bbf6338fdebf3062f (diff)
downloadrails-8d98bb0cc6e2baf1694971ae2bdf19e8b8bcdce5.tar.gz
rails-8d98bb0cc6e2baf1694971ae2bdf19e8b8bcdce5.tar.bz2
rails-8d98bb0cc6e2baf1694971ae2bdf19e8b8bcdce5.zip
Merge pull request #29728 from kirs/frozen-activesupport
Use frozen-string-literal in ActiveSupport
Diffstat (limited to 'activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb1
1 files changed, 1 insertions, 0 deletions
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"