# File lib/nanoc/extra/validators/links.rb, line 60 def initialize(hash) @hash = hash @unprocessed_keys = @hash.keys.dup @mutex = Mutex.new end