Method: Vedeu::Output::CompressorCache#in_memory

Defined in:
lib/vedeu/output/compressor_cache.rb

#in_memoryHash<Symbol => Array<void>, String> (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Hash<Symbol => Array<void>, String>)


61
62
63
64
65
66
67
# File 'lib/vedeu/output/compressor_cache.rb', line 61

def in_memory
  {
    compress:   '',
    original:   [],
    uncompress: '',
  }
end