method
to_complete
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::ExecutionWrapper
to_complete(*args, &block)public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 21
def self.to_complete(*args, &block)
set_callback(:complete, *args, &block)
end