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