aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/thread/backtrace/location/fixtures/main.rb
blob: d2d14ac95794b076ddd763ee31a967f3f8dfbc1f (plain)
1
2
3
4
5
def example
  caller_locations[0].path
end

print example