mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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…
Add table
Add a link
Reference in a new issue