summaryrefslogtreecommitdiff
path: root/lib/rubygems/text.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/text.rb4
1 files changed, 2 insertions, 2 deletions
@@ -27,9 +27,9 @@ module Gem::Text
end
def min3 a, b, c # :nodoc:
- if a < b && a < c
a
- elsif b < a && b < c
b
else
c