Method: Vedeu::Output::CompressorCache#compress

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

#compress(content) ⇒ 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.

Parameters:

  • content (Array<void>)

Returns:

  • (String)


50
51
52
# File 'lib/vedeu/output/compressor_cache.rb', line 50

def compress(content)
  Vedeu::Output::Compressors::Character.with(content)
end