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 7 def initialize() 8 end
singleton()
click to toggle source
# File lib/puppet/pops/lookup/key_recorder.rb 10 def self.singleton 11 @null_recorder ||= self.new 12 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 17 def record(key) 18 end