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