# File lib/facet/interval.rb, line 179
def
max
((
@first
<=>
@last
)
==
1
)
?
@first
:
@last
end