Sha256: dd017f90ecf5a1ebe503123e0a29dc3fa6fb378a29e41b61eaa1e54dfc9cb1f4
Contents?: true
Size: 326 Bytes
Versions: 20
Compression:
Stored size: 326 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
20 entries across 20 versions & 1 rubygems