class ActiveSupport::ExecutionWrapper
def self.perform # :nodoc:
def self.perform # :nodoc: instance = new instance.run begin yield ensure instance.complete end end
def self.perform # :nodoc: instance = new instance.run begin yield ensure instance.complete end end