From c68698622021efa6cc5e70f082dba19885a6edb3 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 27 Jun 2012 14:18:26 +0000 Subject: NotImplementError is not exist. * lib/racc/parser.rb: NotImplementError is not exist. * lib/irb/output-method.rb (IRB::OutputMethod#print): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/racc/parser.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/racc') diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 737b0fda5d..e0b77f157e 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -11,10 +11,6 @@ # without restriction. # -unless defined?(NotImplementedError) - NotImplementedError = NotImplementError -end - module Racc class ParseError < StandardError; end end -- cgit v1.2.3