class Pry::Command::Cat::ExceptionFormatter

def backtrace_file

def backtrace_file
  Array(ex.bt_source_location_for(backtrace_level)).first
end