aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
blob: afed4b0a7e92f5b169bc7d1500a4075f5430c527 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
module ModuleFolder
  class NestedClass
  end
end