Skip to content

Commit

Permalink
Use USE_REIDLINE for backword compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 5, 2022
1 parent f9960db commit e58a3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def initialize(irb, workspace = nil, input_method = nil)
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
Expand Down

0 comments on commit e58a3c1

Please sign in to comment.