class Pry::Command::Cat::ExceptionFormatter

def backtrace_line

def backtrace_line
  Array(ex.bt_source_location_for(backtrace_level)).last
end