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