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
|
warn <<~MSG.strip
|
||||||
USE_REIDLINE is deprecated, please use USE_RELINE instead.
|
USE_REIDLINE is deprecated, please use USE_RELINE instead.
|
||||||
MSG
|
MSG
|
||||||
@use_multiline = IRB.conf[:USE_RELINE]
|
@use_multiline = IRB.conf[:USE_REIDLINE]
|
||||||
else
|
else
|
||||||
@use_multiline = nil
|
@use_multiline = nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue