Sha256: afb76b41013ccd705f55132481bea97adf36ef866cbe3dd2d48896355e1a08b7
Contents?: true
Size: 306 Bytes
Versions: 260
Compression:
Stored size: 306 Bytes
Contents
# This class defines the private API of the Lookup Key Recorder support. # @api private # class Puppet::Pops::Lookup::KeyRecorder def initialize() end def self.singleton @null_recorder ||= self.new end # Records a key # (This implementation does nothing) # def record(key) end end
Version data entries
260 entries across 260 versions & 1 rubygems