Method: Vedeu::Output::CompressorCache#empty?

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

#empty?(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.



56
57
58
# File 'lib/vedeu/output/compressor_cache.rb', line 56

def empty?(content)
  content.nil? || content.empty?
end