summaryrefslogtreecommitdiff
path: root/spec/ruby/fixtures/code/wrap_fixture.rb
blob: 7ddf5a62e0f62155477ef9e83263191e93ee5472 (plain)
1
2
3
4
5
6
7
8
9
class LoadSpecWrap
  ScratchPad << String
end

def load_wrap_specs_top_level_method
end
ScratchPad << method(:load_wrap_specs_top_level_method).owner

ScratchPad << self