class Cucumber::Ast::Step

def visit_step_result(visitor, step_match, multiline_arg, status, exception, background)

def visit_step_result(visitor, step_match, multiline_arg, status, exception, background)
  visitor.visit_step_result(@keyword, step_match, @multiline_arg, status, exception, source_indent, background)
end