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
|
@ -28,7 +28,7 @@ module IRB
|
|||
attr_accessor :prompt
|
||||
|
||||
def gets
|
||||
IRB.fail NotImplementError, "gets"
|
||||
IRB.fail NotImplementedError, "gets"
|
||||
end
|
||||
public :gets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue