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