Module: Presto::MiniMagick::Extension
- Defined in:
- lib/presto/mini_magick.rb
Instance Method Summary collapse
Instance Method Details
#presto(transformation = {}) ⇒ Object
95 96 97 |
# File 'lib/presto/mini_magick.rb', line 95 def presto transformation={} ::Presto::MiniMagick::Processor.process(self, transformation) end |