# File lib/extlib/dictionary.rb, line 173
  def order_by_key
    @order_by = lambda { |k,v| k }
    order
    self
  end