mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):
removed a 'p' for debugging. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9fa2c9ea98
commit
cef98ef8e3
2 changed files with 5 additions and 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>
|
Thu Dec 25 20:57:01 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* transcode.c (str_transcode0): set encoding when String#encode was
|
* transcode.c (str_transcode0): set encoding when String#encode was
|
||||||
|
|
|
@ -51,7 +51,6 @@ module IRB
|
||||||
def gets
|
def gets
|
||||||
print @prompt
|
print @prompt
|
||||||
line = @stdin.gets
|
line = @stdin.gets
|
||||||
p line.encoding
|
|
||||||
@line[@line_no += 1] = line
|
@line[@line_no += 1] = line
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue