# File lib/nanoc/base/ordered_hash.rb, line 52
    def delete key
        @order.delete key
        super
    end