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