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 140
def complete!
complete
ensure
self.class.active.delete(IsolatedExecutionState.unique_id)
end