Method: Vedeu::Output::CompressorCache#size?

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

#size?(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:



38
39
40
# File 'lib/vedeu/output/compressor_cache.rb', line 38

def size?(content)
  content.size == read(:original).size
end