# File lib/brakeman/report/report_table.rb, line 4
  def initialize *args
    super
    @table = Terminal::Table
  end