class Cucumber::Core::Test::Result::Failed

def with_appended_backtrace(step)

def with_appended_backtrace(step)
  exception.backtrace << step.backtrace_line if step.respond_to?(:backtrace_line)
  self
end