class Puppet::Pops::Lookup::KeyRecorder

This class defines the private API of the Lookup Key Recorder support. @api private

Public Class Methods

new() click to toggle source
  # File lib/puppet/pops/lookup/key_recorder.rb
6 def initialize()
7 end
singleton() click to toggle source
   # File lib/puppet/pops/lookup/key_recorder.rb
 9 def self.singleton
10   @null_recorder ||= self.new
11 end

Public Instance Methods

record(key) click to toggle source

Records a key (This implementation does nothing)

   # File lib/puppet/pops/lookup/key_recorder.rb
16 def record(key)
17 end