Object | +--YARD::Namespace
All Included Modules:
Singleton
namespace [R]
| Object |
add_object(object)
|
| Object |
all
|
| Object |
at(name)
|
| Object |
each_object
|
| Object |
find_from_path(object, name)
|
| CodeObject |
find_or_create_namespace(namespace)
Attempt to find a namespace and return it if it exists . |
| Object |
load(file = "Yardoc", reload = false)
|
| Object |
root
|
| Object |
save
|
| Object |
add_object(object)
|
| Object |
at(name)
|
| Object |
namespace
Returns the value of attribute namespace . |
| Object |
namespace=(value)
Sets the attribute namespace . |
Attempt to find a namespace and return it if it exists. Similar to the YARD::Namsepace::at method but creates the namespace as a module if it does not exist, and return it.
Returns the value of attribute namespace
Sets the attribute namespace