summaryrefslogtreecommitdiff
path: root/spec/ruby/fixtures/code/load_wrap_fixture.rb
blob: 526bbf8c8200aacd3247f4d90fbeaf3f88b10e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class LoadSpecWrap
  ScratchPad << String
end

LOAD_WRAP_SPECS_TOP_LEVEL_CONSTANT = 1

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

ScratchPad << self