Class: MiniMagick::Tool::MogrifyRestricted
- Inherits:
-
Mogrify
- Object
- MiniMagick::Tool
- Mogrify
- MiniMagick::Tool::MogrifyRestricted
- Defined in:
- lib/mini_magick/tool/mogrify_restricted.rb
Overview
Constant Summary
Constants inherited from MiniMagick::Tool
Instance Attribute Summary
Attributes inherited from MiniMagick::Tool
Instance Method Summary collapse
Methods inherited from Mogrify
Methods inherited from MiniMagick::Tool
#+, #<<, #call, #clone, #command, #executable, #initialize, #merge!, #method_missing, new, #operator, option_methods, #stack, #stdin, #stdout
Constructor Details
This class inherits a constructor from MiniMagick::Tool::Mogrify
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class MiniMagick::Tool
Instance Method Details
#format(*args) ⇒ Object
9 10 11 12 |
# File 'lib/mini_magick/tool/mogrify_restricted.rb', line 9 def format(*args) fail NoMethodError, "you must call #format on a MiniMagick::Image directly" end |