# File lib/scrubyt/utils/ruby_extensions.rb, line 57
def
self
.
max
(
a
,
b
)
a
>
b
?
a
:
b
end