# File lib/yard/registry.rb, line 132
      def load!(file = yardoc_file)
        clear
        thread_local_store.load!(file)
        self
      end