Method: Vips.cache_print
- Defined in:
- lib/vips.rb
.cache_print ⇒ Object
Print the libvips operation cache to stdout. Handy for debugging.
764 765 766 |
# File 'lib/vips.rb', line 764 def self.cache_print # :nodoc: vips_cache_print end |