method
add_to
v1_9_1_378 -
Show latest stable
- Class:
RDoc::Context
add_to(array, thing)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 391
def add_to(array, thing)
array << thing if @document_self and not @done_documenting
thing.parent = self
thing.section = @current_section
end