Method: Puppet::FileBucket::File::FileContents#size
- Defined in:
- lib/puppet/file_bucket/file.rb
#size ⇒ 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.
117 118 119 |
# File 'lib/puppet/file_bucket/file.rb', line 117 def size Puppet::FileSystem.size(@path) end |