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