# File lib/net/ssh/transport/compress/zlib-compressor.rb, line 43 def compress( text ) @deflater.deflate( text, Zlib::SYNC_FLUSH ) end