# File lib/dragonfly/processor.rb, line 4
    def process(temp_object, method, *args)
      call_last(method, temp_object, *args)
    end