1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/fixtures/code/wrap_fixture.rb
2019-11-30 21:26:52 +01:00

9 lines
170 B
Ruby

class LoadSpecWrap
ScratchPad << String
end
def load_wrap_specs_top_level_method
end
ScratchPad << method(:load_wrap_specs_top_level_method).owner
ScratchPad << self