# File lib/hashery/ordered_hash.rb, line 110
      def each_key
        @keys.each{ |key| yield(key) }
      end