new()
public
Creates a new CodeObject that
will document itself and its children
Show source
def initialize
@metadata = {}
@comment = ''
@parent = nil
@parent_name = nil
@parent_class = nil
@section = nil
@section_title = nil
@file = nil
@full_name = nil
@store = nil
@track_visibility = true
initialize_visibility
end