Method: Chef::Formatters::Base#initialize

Defined in:
lib/chef/formatters/base.rb

#initialize(out, err) ⇒ Base

Returns a new instance of Base.



74
75
76
# File 'lib/chef/formatters/base.rb', line 74

def initialize(out, err)
  @output = IndentableOutputStream.new(out, err)
end