Module: CcipherFactory::Compression::NullCompressor

Defined in:
lib/ccipher_factory/compression/compressor.rb

Overview

class CompressionError < StandardError; end class DecompressionError < StandardError; end

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(mtd, *args, &block) ⇒ Object



16
17
18
19
# File 'lib/ccipher_factory/compression/compressor.rb', line 16

def method_missing(mtd, *args, &block)
  # sink hole
  #args
end