aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/thread/backtrace/location/fixtures/locations_in_main.rb
blob: b124c8161c0852a10d3c59877f4d3bfdb93fc2b0 (plain)
1
2
3
4
5
1.times do
  puts Thread.current.backtrace_locations(1..1)[0].label
end

require_relative 'locations_in_required'