Method: Puppet::FileBucket::File#to_binary

Defined in:
lib/puppet/file_bucket/file.rb

#to_binaryObject

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.

API:

  • private



63
64
65
# File 'lib/puppet/file_bucket/file.rb', line 63

def to_binary
  @contents.to_binary
end