mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
170 B
Ruby
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
|