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