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