Sha256: 1fabc19053b2a6321c6fbd228a1b08675748e1970b5c8b44fe9672794a59f6ba

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

class Puppet::Network::Client::Runner < Puppet::Network::Client::ProxyClient
    self.mkmethods

    def initialize(hash = {})
        if hash.include?(:Runner)
            hash[:Runner] = self.class.handler.new()
        end

        super(hash)
    end
end

# $Id: runner.rb 2259 2007-03-06 19:03:05Z luke $

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-0.23.0 lib/puppet/network/client/runner.rb
puppet-0.22.4 lib/puppet/network/client/runner.rb
puppet-0.23.2 lib/puppet/network/client/runner.rb
puppet-0.23.1 lib/puppet/network/client/runner.rb