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