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