= private = protected
add_to(array, thing)
Adds thing to the collection array
# File lib/rdoc/context.rb, line 585 def add_to array, thing array << thing if @document_self thing.parent = self thing.store = @store if @store thing.section = current_section end