Class: ImageOptimizerHolder::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/image_optimizer_holder/base.rb

Direct Known Subclasses

JPEGOptimizer, PNGOptimizer

Instance Method Summary collapse

Instance Method Details

#binary_pathObject



5
6
7
8
9
# File 'lib/image_optimizer_holder/base.rb', line 5

def binary_path
  @binary_path ||= begin
    try_system_binary or try_vendored_binaries or ""
  end
end