class YARD::CodeObjects::NamespaceObject

A “namespace” is any object that can store other objects within itself. The two main Ruby objects that can act as namespaces are modules ({ModuleObject}) and classes ({ClassObject}).