class Sentry::Backtrace::Line

def to_s

Reconstructs the line in a readable fashion
def to_s
  "#{file}:#{number}:in `#{method}'"
end