Method: CC::Analyzer::Formatters::JSONFormatter#initialize
- Defined in:
- lib/cc/analyzer/formatters/json_formatter.rb
#initialize(filesystem) ⇒ JSONFormatter
Returns a new instance of JSONFormatter.
5 6 7 8 |
# File 'lib/cc/analyzer/formatters/json_formatter.rb', line 5 def initialize(filesystem) @filesystem = filesystem @has_begun = false end |