class Cucumber::Ast::Scenario

def status

Returns the status
def status
  return :failed if @exception
  @steps.status
end