# File lib/scrubyt/utils/ruby_extensions.rb, line 53
def
self
.
min
(
a
,
b
)
a
<
b
?
a
:
b
end