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:
parent
0b7b4c775d
commit
e5282ef182
6 changed files with 6 additions and 11 deletions
|
@ -13,11 +13,6 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
unless defined? NotImplementedError then
|
||||
NotImplementedError = NotImplementError
|
||||
end
|
||||
|
||||
|
||||
module Racc
|
||||
class ParseError < StandardError; end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue