# File rparsec/parser.rb, line 198
  def many_(least=0)
    Many_Parser.new(self, least)
  end