# File rparsec/parser.rb, line 607
  def not_string(str, msg="\"#{str}\" unexpected")
    string(str).not(msg) >> any
  end