# File rparsec/parser.rb, line 136
  def not(msg="#{self} unexpected")
    NotParser.new(self, msg)
  end