Sha256: 8e4d85e429b7e8fb6cafbea9d002978179eeecc30d3d7842d9bd425f4984dd27
Contents?: true
Size: 296 Bytes
Versions: 515
Compression:
Stored size: 296 Bytes
Contents
# A noop implementation of the Puppet::Util::AtFork handler class Puppet::Util::AtFork::Noop class << self def new # no need to instantiate every time, return the class object itself self end def prepare end def parent end def child end end end
Version data entries
515 entries across 515 versions & 2 rubygems