Class: Dragonfly::Processor

Inherits:
FunctionManager show all
Defined in:
lib/dragonfly/processor.rb

Instance Attribute Summary

Attributes inherited from FunctionManager

#functions, #objects

Attributes included from Loggable

#log_object

Instance Method Summary (collapse)

Methods inherited from FunctionManager

#add, #call_last, #get_registered, #initialize, #inspect, #register

Methods included from Configurable

included

Methods included from Loggable

#log, #log=, #use_same_log_as

Constructor Details

This class inherits a constructor from Dragonfly::FunctionManager

Instance Method Details

- (Object) process(temp_object, method, *args)



4
5
6
# File 'lib/dragonfly/processor.rb', line 4

def process(temp_object, method, *args)
  call_last(method, temp_object, *args)
end