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

module ModuleSpecs::Autoload
  class DuringAutoload
  end
end