aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/module_folder/nested_class.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/module_folder/nested_class.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
index 39ee0e50d5..fc4076bd0a 100644
--- a/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
+++ b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
@@ -1,2 +1,4 @@
-class ModuleFolder::NestedClass
-end \ No newline at end of file
+module ModuleFolder
+ class NestedClass
+ end
+end