# File lib/cucumber/formatter/html.rb, line 522 def format_exception(exception) (["#{exception.message}"] + exception.backtrace).join("\n") end