# File lib/yard/registry.rb, line 89
    def clear
      @namespace = SymbolHash.new
      @namespace[:root] = CodeObjects::RootObject.new(nil, :root)
      @proxy_types = {}
    end