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