Method: Puppet::Pops::Lookup::FunctionContext#cache_all
- Defined in:
- lib/puppet/pops/lookup/context.rb
#cache_all(hash) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
80 81 82 83 |
# File 'lib/puppet/pops/lookup/context.rb', line 80 def cache_all(hash) @cache.merge!(hash) nil end |