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