mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
[ruby-core:19718] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eda5ffe524
commit
841f07e4e4
2 changed files with 6 additions and 1 deletions
|
@ -108,7 +108,7 @@ module IRB
|
|||
f = @context.prompt_c
|
||||
elsif indent > 0
|
||||
f = @context.prompt_n
|
||||
else @context.prompt_i
|
||||
else
|
||||
f = @context.prompt_i
|
||||
end
|
||||
f = "" unless f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue