diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/em.rb')
-rw-r--r-- | activesupport/test/autoloading_fixtures/em.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/em.rb b/activesupport/test/autoloading_fixtures/em.rb index e47024999e..2e0ac9a6f9 100644 --- a/activesupport/test/autoloading_fixtures/em.rb +++ b/activesupport/test/autoloading_fixtures/em.rb @@ -1,2 +1,4 @@ +# frozen_string_literal: true + class EM end |