1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update NotImplementError to NotImplementedError.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2003-03-23 17:58:57 +00:00
parent 0b7b4c775d
commit e5282ef182
6 changed files with 6 additions and 11 deletions

View file

@ -13,11 +13,6 @@
# $Id$
#
unless defined? NotImplementedError then
NotImplementedError = NotImplementError
end
module Racc
class ParseError < StandardError; end
end