Class | YARD::CodeObjects::CodeObjectList |
In: |
lib/yard/code_objects/base.rb
|
Parent: | Array |
A list of code objects. This array acts like a set (no unique items) but also disallows any {Proxy} objects from being added.
Creates a new object list associated with a namespace
@param [NamespaceObject] owner the namespace the list should be associated with @return [CodeObjectList]
Adds a new value to the list
@param [Base] value a code object to add @return [CodeObjectList] self