Method: YARD::CodeObjects::Base#namespace

Defined in:
lib/yard/code_objects/base.rb

#namespaceNamespaceObject Also known as: parent

The namespace the object is defined in. If the object is in the top level namespace, this is Registry.root

Returns:


142
143
144
# File 'lib/yard/code_objects/base.rb', line 142

def namespace
  @namespace
end