Class: Dragonfly::Processor
- Inherits:
-
FunctionManager
- Object
- FunctionManager
- Dragonfly::Processor
- Defined in:
- lib/dragonfly/processor.rb
Instance Attribute Summary
Attributes inherited from FunctionManager
Instance Method Summary collapse
Methods inherited from FunctionManager
#add, #call_last, #get_registered, #initialize, #inspect, #register
Constructor Details
This class inherits a constructor from Dragonfly::FunctionManager
Instance Method Details
#process(temp_object, method, *args) ⇒ Object
4 5 6 |
# File 'lib/dragonfly/processor.rb', line 4 def process(temp_object, method, *args) call_last(method, temp_object, *args) end |