# File lib/net/ssh/transport/compress/zlib-decompressor.rb, line 35 def decompress( text ) @inflater.inflate( text ) end