Class: MiniMagick::Tool::Conjure
- Inherits:
-
MiniMagick::Tool
- Object
- MiniMagick::Tool
- MiniMagick::Tool::Conjure
- Defined in:
- lib/mini_magick/tool/conjure.rb
Overview
Constant Summary
Constants inherited from MiniMagick::Tool
Instance Attribute Summary
Attributes inherited from MiniMagick::Tool
Instance Method Summary collapse
-
#initialize(*args) ⇒ Conjure
constructor
A new instance of Conjure.
Methods inherited from MiniMagick::Tool
#+, #<<, #call, #clone, #command, #executable, #merge!, #method_missing, new, #operator, option_methods, #stack, #stdin, #stdout
Constructor Details
#initialize(*args) ⇒ Conjure
Returns a new instance of Conjure.
8 9 10 |
# File 'lib/mini_magick/tool/conjure.rb', line 8 def initialize(*args) super("conjure", *args) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class MiniMagick::Tool