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