class CopsDocumentationGenerator

def h3(title)

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