Method: Vedeu::Output::CompressorCache#cached?

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

#cached?(content) ⇒ Boolean (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:



32
33
34
# File 'lib/vedeu/output/compressor_cache.rb', line 32

def cached?(content)
  size?(content) && same?(content)
end