method
perform
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ExecutionWrapper
perform()public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 100
def self.perform # :nodoc:
instance = new
instance.run
begin
yield
ensure
instance.complete
end
end