class Cucumber::Ast::OutlineTable::ExampleRow

def status

Returns the status
def status
  return :failed if @scenario_exception
  @step_invocations.status
end