method

run!

rails latest stable - Class: ActiveSupport::ExecutionWrapper
run!()
public

No documentation available.

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