Sha256: f87e60583a9818706a1a34671204ee4785870f77f27e43ceaf9210fe83ca68bb
Contents?: true
Size: 228 Bytes
Versions: 44
Compression:
Stored size: 228 Bytes
Contents
module MiniMagick class Tool ## # @see http://www.imagemagick.org/script/animate.php # class Animate < MiniMagick::Tool def initialize(*args) super("animate", *args) end end end end
Version data entries
44 entries across 44 versions & 2 rubygems