# File lib/yard/registry.rb, line 100 def register(object) self.class.objects[object.path] = object return if object.is_a?(CodeObjects::Proxy) namespace[object.path] = object end