class Ronn::Document

def section?

section of the document.
True when the section number was extracted from the name
def section?
  !section.nil?
end