class MiniMagick::Tool::Display

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

Public Class Methods

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