class Puppet::Pops::Binder::Producers::SingletonProducer

Produces the same/singleton value on each production @api public

Protected Instance Methods

internal_produce(scope) click to toggle source

@api private

# File lib/puppet/pops/binder/producers.rb, line 147
def internal_produce(scope)
  value()
end