From e8a7607ed0e089c12e9e2df7bdd6c2efd2e58dd9 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 21 Dec 2012 17:29:18 +0000 Subject: * 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 --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb.rb') diff --git a/lib/irb.rb b/lib/irb.rb index d212a314f8..5c8cb7043d 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -459,7 +459,7 @@ module IRB if l = @context.io.gets print l if @context.verbose? else - if @context.ignore_eof? and @context.io.readable_atfer_eof? + if @context.ignore_eof? and @context.io.readable_after_eof? l = "\n" if @context.verbose? printf "Use \"exit\" to leave %s\n", @context.ap_name -- cgit v1.2.3