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 | |
| parent | 1fbf2d6168eafd5efb82c833a5dc7170c97a1173 (diff) | |
| download | ruby-a1a57204b0a7d7b00a5fc9712468de140bbb2c3a.tar.gz ruby-a1a57204b0a7d7b00a5fc9712468de140bbb2c3a.tar.xz ruby-a1a57204b0a7d7b00a5fc9712468de140bbb2c3a.zip | |
* 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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lib/irb/input-method.rb | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Fri Dec 26 17:04:14 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): + removed a 'p' for debugging. + Thu Dec 25 20:57:01 2008 NARUSE, Yui <naruse@ruby-lang.org> * transcode.c (str_transcode0): set encoding when String#encode was 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 |
