diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/html')
-rw-r--r-- | activesupport/test/autoloading_fixtures/html/some_class.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/html/some_class.rb b/activesupport/test/autoloading_fixtures/html/some_class.rb index b43d15d891..495372fef3 100644 --- a/activesupport/test/autoloading_fixtures/html/some_class.rb +++ b/activesupport/test/autoloading_fixtures/html/some_class.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true module HTML class SomeClass end |