Class: Formatter::CSV
- Inherits:
-
Formatter
- Object
- Formatter
- Formatter::CSV
- Defined in:
- lib/brakeman/report.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) csv_writer
11 12 13 14 |
# File 'lib/brakeman/report.rb', line 11 def csv_writer @csv_writer ||= .formatter || FCSV.instance(output, . || {}) end |