summaryrefslogtreecommitdiff
path: root/spec/ruby/fixtures/code/load_wrap_method_fixture.rb
blob: b617473b4d07a306ad5bcce6fa8f8c19df73c9b7 (plain)
1
2
3
4
5
6
7
8
9
def top_level_method
  ::ScratchPad << :load_wrap_loaded
end

begin
  top_level_method
rescue NameError
  ::ScratchPad << :load_wrap_error
end