diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 08:06:33 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 08:06:33 +0000 |
| commit | a1a57204b0a7d7b00a5fc9712468de140bbb2c3a (patch) | |
| tree | a82c01fcdfbf2d4de14c21de6b4a14f13cd17d30 /lib/irb | |
| parent | 1fbf2d6168eafd5efb82c833a5dc7170c97a1173 (diff) | |
* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):
removed a 'p' for debugging.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb')
| -rw-r--r-- | lib/irb/input-method.rb | 1 |
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 |
