class Cucumber::Ast::StepCollection

def initialize(steps)

def initialize(steps)
  @steps = steps
  @steps.each{|step| step.step_collection = self}
end