Method: Vedeu::Output::CompressorCache#same?
- Defined in:
- lib/vedeu/output/compressor_cache.rb
#same?(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.
44 45 46 |
# File 'lib/vedeu/output/compressor_cache.rb', line 44 def same?(content) content == read(:original) end |