# File lib/xhtmldiff.rb, line 7
def
Math
.
max
(
a
,
b
)
a
>
b
?
a
:
b
end