summaryrefslogtreecommitdiff
path: root/lib/irb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index db1b98ef99..cf53130751 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -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