# File lib/yard/registry.rb, line 84 def delete(object) namespace.delete(object.path) self.class.objects.delete(object.path) end