# File lib/nanoc3/base/ordered_hash.rb, line 56
    def each_key
        @order.each { |k| yield k }
        self
    end