Skip to content

Commit 3611801

Browse files
committed
Fix comment, irb gem supports 2.5.0 or older
1 parent 8c6324a commit 3611801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def handle_exception(exc)
624624
message = exc.full_message(order: :top)
625625
order = :top
626626
end
627-
else # RUBY_VERSION < '2.5.0' || '3.0.0' <= RUBY_VERSION
627+
else # '3.0.0' <= RUBY_VERSION
628628
message = exc.full_message(order: :top)
629629
order = :top
630630
end

0 commit comments

Comments
 (0)