Method: Puppet::Pops::Lookup::FunctionContext#cached_file_data

Defined in:
lib/puppet/pops/lookup/context.rb

#cached_file_data(path, &block) ⇒ 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.



108
109
110
# File 'lib/puppet/pops/lookup/context.rb', line 108

def cached_file_data(path, &block)
  @environment_context.cached_file_data(path, &block)
end