summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/input-method.rb')
-rw-r--r--lib/irb/input-method.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index e1a680847c..55363fe0c4 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -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