From 3beeeffb97386cf7c96c98e2c6b4f1fee0735c06 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 26 Dec 2008 08:06:33 +0000 Subject: * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): removed a 'p' for debugging. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/input-method.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/irb/input-method.rb') diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb index c4142a924e..407012aa86 100644 --- a/lib/irb/input-method.rb +++ b/lib/irb/input-method.rb @@ -51,7 +51,6 @@ module IRB def gets print @prompt line = @stdin.gets - p line.encoding @line[@line_no += 1] = line end -- cgit v1.2.3