Method: Puppet::FileSystem::FileImpl#read
- Defined in:
- lib/puppet/file_system/file_impl.rb
#read(path, opts = {}) ⇒ 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.
82 83 84 |
# File 'lib/puppet/file_system/file_impl.rb', line 82 def read(path, opts = {}) path.read(**opts) end |