[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
@ -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…
x
Reference in New Issue
Block a user