Method: Puppet::FileSystem::FileImpl#size

Defined in:
lib/puppet/file_system/file_impl.rb

#size(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.



43
44
45
# File 'lib/puppet/file_system/file_impl.rb', line 43

def size(path)
  path.size
end