Method: Puppet::FileSystem::FileImpl#lstat
- Defined in:
- lib/puppet/file_system/file_impl.rb
#lstat(path) ⇒ 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.
149 150 151 |
# File 'lib/puppet/file_system/file_impl.rb', line 149 def lstat(path) ::File.lstat(path) end |