class Cucumber::Ast::Step

def step_invocation

def step_invocation
  StepInvocation.new(self, @name, @multiline_arg, [])
end