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