# File lib/sass/util.rb, line 369
def
max
(
val1
,
val2
)
val1
>
val2
?
val1
:
val2
end