diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 15:10:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 15:10:19 +0000 |
| commit | 841f07e4e42767dd12d871f11321128b4f78fc4a (patch) | |
| tree | 37fbb0f978d7aa13bbf98394382de599e9307821 /lib | |
| parent | eda5ffe5245cfd457f2e02bee51c2a61ed001481 (diff) | |
* 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
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index 7580e39d43..5a1f2beaf2 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -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 |
