mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/irb/input-method.rb, lib/irb.rb: Typo in
InputMethod#readable_atfer_eof? to #readable_after_eof? [ruby-core:51069] [Bug #7599] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
585afbbc6a
commit
e8a7607ed0
3 changed files with 10 additions and 4 deletions
|
@ -38,7 +38,7 @@ module IRB
|
|||
# read.
|
||||
#
|
||||
# See IO#eof for more information.
|
||||
def readable_atfer_eof?
|
||||
def readable_after_eof?
|
||||
false
|
||||
end
|
||||
end
|
||||
|
@ -74,7 +74,7 @@ module IRB
|
|||
# read.
|
||||
#
|
||||
# See IO#eof for more information.
|
||||
def readable_atfer_eof?
|
||||
def readable_after_eof?
|
||||
true
|
||||
end
|
||||
|
||||
|
@ -170,7 +170,7 @@ module IRB
|
|||
# read.
|
||||
#
|
||||
# See IO#eof for more information.
|
||||
def readable_atfer_eof?
|
||||
def readable_after_eof?
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue