# File lib/supplemental/facets/interval.rb, line 169
  def reversed
    Interval.new(@last, @first, true, true)
  end