add_section(title, comment = nil)
Instance Public methods
Returns a section with title
, creating it if it doesn't
already exist. comment
will be appended to the section's
comment.
A section with a title
of nil
will return the
default section.
See also RDoc::Context::Section
Please login to continue.