class RDoc::Markup::ToTableOfContents

def suppressed?(heading)

def suppressed?(heading)
  return false unless @omit_headings_below
  heading.level > @omit_headings_below
end