= private = protected
set_current_section(title, comment)
Sets the current section to a section with title. See also #add_section
# File lib/rdoc/context.rb, line 1155 def set_current_section title, comment @current_section = add_section title, comment end