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

Version Path
puppet-7.29.1 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.1-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.1-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.1-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.29.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.28.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.28.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.28.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.28.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.27.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.27.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.27.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.27.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.26.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.26.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.26.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.26.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb