# File rparsec/parser.rb, line 214
  def some_(max)
    repeat_(0, max)
  end