Sha256: 9258536ead019ff5407d2ff78604b50aeb29b60e94d315f8d1a2f287b6a47c44
Contents?: true
Size: 220 Bytes
Versions: 16
Compression:
Stored size: 220 Bytes
Contents
class Puppet::Network::Client::Runner < Puppet::Network::Client::ProxyClient self.mkmethods def initialize(hash = {}) hash[:Runner] = self.class.handler.new if hash.include?(:Runner) super(hash) end end
Version data entries
16 entries across 16 versions & 1 rubygems