class Cucumber::Reports::LegacyFormatter::LegacyResultBuilder
def append_to_exception_backtrace(line)
def append_to_exception_backtrace(line) @exception.set_backtrace(@exception.backtrace + [line.to_s]) if @exception return self end
def append_to_exception_backtrace(line) @exception.set_backtrace(@exception.backtrace + [line.to_s]) if @exception return self end