# File rparsec/parsers.rb, line 120 def not(msg="#{self} unexpected") NotParser.new(self, msg, @lookahead) end