# File lib/nanoc/extra/validators/links.rb, line 70 def next_pair @mutex.synchronize do key = @unprocessed_keys.shift return (key ? [ key, @hash[key] ] : nil) end end