Method: Vedeu::Output::CompressorCache#uncompress
- Defined in:
- lib/vedeu/output/compressor_cache.rb
#uncompress(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.
77 78 79 |
# File 'lib/vedeu/output/compressor_cache.rb', line 77 def uncompress(content) Vedeu::Output::Compressors::Simple.with(content) end |