1
0
Fork 0
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:
aycabta 2021-01-08 13:31:35 +09:00
parent a8f4cbeece
commit 6cbb3fd142

View file

@ -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