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

Version Path
puppet-8.3.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.1 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.1-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.1-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.3.1-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-8.2.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.2.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.2.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.2.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-8.1.0 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.1.0-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.1.0-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.1.0-universal-darwin lib/puppet/pops/lookup/key_recorder.rb
puppet-8.0.1 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.0.1-x86-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.0.1-x64-mingw32 lib/puppet/pops/lookup/key_recorder.rb
puppet-8.0.1-universal-darwin lib/puppet/pops/lookup/key_recorder.rb