# File lib/net/ssh/transport/compress/decompressor.rb, line 42
          def decompress( text )
            raise NotImplementedError,
              "subclasses must implement the 'decompress' method"
          end