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