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.17.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.17.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.17.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.17.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-6.27.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.27.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.27.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.27.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.16.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.16.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.16.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.16.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-7.15.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.15.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.15.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-7.15.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-6.26.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.26.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.26.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-6.26.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb