# File rparsec/parser.rb, line 150
  def expect msg
    ExpectParser.new(self, msg)
  end