aboutsummaryrefslogtreecommitdiffstats
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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index 64b1e018d9..9d3580a192 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -260,7 +260,7 @@ module IRB
#
# See IO#eof? for more information.
def eof?
- @eof
+ super
end
# Whether this input method is still readable when there is no more data to