Class: MiniMagick::Tool::MogrifyRestricted

Inherits:
Mogrify show all
Defined in:
lib/mini_magick/tool/mogrify_restricted.rb

Overview

Constant Summary

Constants inherited from MiniMagick::Tool

CREATION_OPERATORS

Instance Attribute Summary

Attributes inherited from MiniMagick::Tool

#args, #name

Instance Method Summary collapse

Methods inherited from Mogrify

#initialize

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