class Cucumber::Ast::EmptyBackground

def step_collection(step_invocations)

def step_collection(step_invocations)
  StepCollection.new(step_invocations)
end