class MiniMagick::Tool::Identify

@see www.imagemagick.org/script/identify.php

Public Class Methods

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