mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Fix comment, irb gem supports 2.5.0 or older
https://github.com/ruby/irb/commit/36118015ba
This commit is contained in:
parent
a8f4cbeece
commit
6cbb3fd142
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ module IRB
|
|||
message = exc.full_message(order: :top)
|
||||
order = :top
|
||||
end
|
||||
else # RUBY_VERSION < '2.5.0' || '3.0.0' <= RUBY_VERSION
|
||||
else # '3.0.0' <= RUBY_VERSION
|
||||
message = exc.full_message(order: :top)
|
||||
order = :top
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue