set_current_section(title, comment)
public
Creates a new section with
title and comment
# File lib/rdoc/context.rb, line 751
def set_current_section(title, comment)
@current_section = Section.new self, title, comment
@sections << @current_section
end