def backtrace_location_example
  caller_locations[0].path
end

print backtrace_location_example
