Method: Puppet::FileSystem::FileImpl#stat
- Defined in:
- lib/puppet/file_system/file_impl.rb
#stat(path) ⇒ Object
139 140 141 |
# File 'lib/puppet/file_system/file_impl.rb', line 139 def stat(path) File.stat(path) end |
139 140 141 |
# File 'lib/puppet/file_system/file_impl.rb', line 139 def stat(path) File.stat(path) end |