Sha256: ae15bbb01833150506e1986df3d3cd46f402d1e7d11b37107e377d2420ccad17
Contents?: true
Size: 327 Bytes
Versions: 32
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true # 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
32 entries across 32 versions & 1 rubygems