Skip to content

Commit

Permalink
Fix comment, irb gem supports 2.5.0 or older
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 8, 2021
1 parent 8c6324a commit 3611801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def handle_exception(exc)
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
Expand Down

0 comments on commit 3611801

Please sign in to comment.