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