summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/autoload_nested.rb
blob: 073cec0dce63b794b2ba126e33724f58bf33b21a (plain)
1
2
3
4
5
6
7
8
module ModuleSpecs::Autoload
  module GoodParent
    class Nested
    end
  end
end

ScratchPad.record(:loaded)