# File lib/librarian/mock/source/mock/registry.rb, line 67
          def merge!(options = nil, &block)
            clear! if options && options[:clear]
            Dsl.run!(sources, &block) if block
          end