class MiniMagick::Tool::Magick

@see www.imagemagick.org/script/command-line-processing.php

Public Class Methods

new(*args) click to toggle source
Calls superclass method MiniMagick::Tool.new
# File lib/mini_magick/tool/magick.rb, line 8
def initialize(*args)
  super("magick", *args)
end