# File rparsec/parser.rb, line 592
  def arent(vals, expected="#{vals} unexpected")
    are(vals, '').not(expected) >> any
  end