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