class CopsDocumentationGenerator

def h2(title)

def h2(title)
  content = +"\n"
  content << "== #{title}\n"
  content << "\n"
  content
end