# File lib/hashery/dictionary.rb, line 366
  def reverse!
    @order.reverse!
    self
  end