Method: Inspec::Formatters::Base#initialize
- Defined in:
- lib/inspec/formatters/base.rb
#initialize(output) ⇒ Base
Returns a new instance of Base.
10 11 12 13 14 15 16 17 |
# File 'lib/inspec/formatters/base.rb', line 10 def initialize(output) super(output) @run_data = {} @profiles = [] @profiles_info = nil @backend = nil end |