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