The current documentation section that new items will be added to. If
temporary_section is available it will be used.
# File lib/rdoc/context.rb, line 666
def current_section
if section = @temporary_section then
@temporary_section = nil
else
section = @current_section
end
section
end