mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
129 B
Ruby
6 lines
129 B
Ruby
|
ScratchPad << :loaded
|
||
|
|
||
|
if ScratchPad.recorded == [:loaded]
|
||
|
load File.expand_path("../recursive_load_fixture.rb", __FILE__)
|
||
|
end
|