# File lib/yard/registry.rb, line 207 def lock_for_writing(file = yardoc_file, &block) thread_local_store.lock_for_writing(file, &block) end