Method: Covered::Config#initialize

Defined in:
lib/covered/config.rb

#initialize(root, reports) ⇒ Config

Returns a new instance of Config.



40
41
42
43
44
45
46
# File 'lib/covered/config.rb', line 40

def initialize(root, reports)
  @root = root
  @reports = reports
  @policy = nil
  
  @environment = nil
end