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