Returns a new instance of Policy.
38 39 40 41 42
# File 'lib/covered/policy.rb', line 38 def initialize super(Files.new) @reports = [] end