# File rparsec/parser.rb, line 222
  def some(max)
    repeat(0, max)
  end