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