method

run!

run!()
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 122
    def run! # :nodoc:
      IsolatedExecutionState[self.class.active_key] = self
      run
    end