# File lib/puppet/network/formats.rb, line 83 83: def encode(text) 84: Base64.encode64(Zlib::Deflate.deflate(text, Zlib::BEST_COMPRESSION)) 85: end