# File lib/puppet/network/client/report.rb, line 4
 4:     def initialize(hash = {})
 5:         if hash.include?(:Report)
 6:             hash[:Report] = self.class.handler.new
 7:         end
 8: 
 9:         super(hash)
10:     end