mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Use USE_REIDLINE for backword compatibility
https://github.com/ruby/irb/commit/e58a3c1b39
This commit is contained in:
parent
b84140f607
commit
2f6a263787
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ module IRB
|
|||
warn <<~MSG.strip
|
||||
USE_REIDLINE is deprecated, please use USE_RELINE instead.
|
||||
MSG
|
||||
@use_multiline = IRB.conf[:USE_RELINE]
|
||||
@use_multiline = IRB.conf[:USE_REIDLINE]
|
||||
else
|
||||
@use_multiline = nil
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue