class Cucumber::Ast::StepCollection

def to_sexp

def to_sexp
  @steps.map{|step| step.to_sexp}
end