# File rparsec/parser.rb, line 599
  def string(str, msg = "\"#{str}\" expected")
    are(str, msg).setName(str)
  end