= private = protected
set_current_section(title, comment)
Handle sections
# File lib/rdoc/code_objects.rb, line 539 def set_current_section(title, comment) @current_section = Section.new(title, comment) @sections << @current_section end