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