summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/autoload_required_directly.rb
blob: bed60a71ec35a62c6326d9dd99d581c44cf671b7 (plain)
1
2
3
4
5
6
7
block = ScratchPad.recorded
ScratchPad.record(block.call)

module ModuleSpecs::Autoload
  class RequiredDirectly
  end
end