# File rparsec/parser.rb, line 206
  def many(least=0)
    ManyParser.new(self, least)
  end