complete!()
public
Complete this in-flight execution. This method must be called
exactly once on the result of any call to run!.
Where possible, prefer wrap.
# File activesupport/lib/active_support/execution_wrapper.rb, line 118
def complete!
run_callbacks(:complete)
ensure
self.class.active.delete Thread.current
end