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