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