# File lib/rspec-puppet/coverage.rb, line 23 def add(resource) if !exists?(resource) && !filtered?(resource) @collection[resource.to_s] = ResourceWrapper.new(resource) end end