Class: MiniMagick::Tool::Compare

Inherits:
MiniMagick::Tool show all
Defined in:
lib/mini_magick/tool/compare.rb

Overview

Instance Attribute Summary

Attributes inherited from MiniMagick::Tool

#args, #name

Instance Method Summary collapse

Methods inherited from MiniMagick::Tool

#+, #<<, #call, #command, #executable, inherited, #merge!, new, #stack

Constructor Details

#initialize(*args) ⇒ Compare

Returns a new instance of Compare.



8
9
10
# File 'lib/mini_magick/tool/compare.rb', line 8

def initialize(*args)
  super("compare", *args)
end