# File lib/brakeman/report/report_markdown.rb, line 24
  def initialize *args
    super
    @table = MarkdownTable
  end