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