summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-26 08:06:33 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-26 08:06:33 +0000
commit3beeeffb97386cf7c96c98e2c6b4f1fee0735c06 (patch)
tree8447219c3128f22b1faeb21007a31f1677271279 /lib
parent0a23fe65728224aa42007d25634b45cd17283c51 (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/input-method.rb1
1 files changed, 0 insertions, 1 deletions
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