class Cucumber::Ast::Background

def skip_invoke!

def skip_invoke!
  @step_invocations.each{|step_invocation| step_invocation.skip_invoke!}
end