new()
public
Creates a new CodeObject that
will document itself and its children
Show source
def initialize
@metadata = {}
@comment = ''
@document_children = true
@document_self = true
@done_documenting = false
@force_documentation = false
@parent = nil
end