mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +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
|
@ -51,7 +51,6 @@ module IRB
|
|||
def gets
|
||||
print @prompt
|
||||
line = @stdin.gets
|
||||
p line.encoding
|
||||
@line[@line_no += 1] = line
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue