summaryrefslogtreecommitdiffstats
path: root/lib/irb/input-method.rb
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
commit5d3970af13c3cf4a76e7a3393e0dc6d08c0728ea (patch)
tree8447219c3128f22b1faeb21007a31f1677271279 /lib/irb/input-method.rb
parent83d7806e039e0ed5e9e1668d6f47526dfe39763b (diff)
downloadruby-5d3970af13c3cf4a76e7a3393e0dc6d08c0728ea.tar.gz
ruby-5d3970af13c3cf4a76e7a3393e0dc6d08c0728ea.tar.xz
ruby-5d3970af13c3cf4a76e7a3393e0dc6d08c0728ea.zip
* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):
removed a 'p' for debugging. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/input-method.rb')
-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 c4142a924..407012aa8 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