Class: MiniMagick::Tool::Animate

Inherits:
MiniMagick::Tool show all
Defined in:
lib/mini_magick/tool/animate.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) ⇒ Animate

Returns a new instance of Animate.



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

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