# File lib/hashery/dictionary.rb, line 315
    def each_key
      order.each { |k| yield( k ) }
      self
    end