method

run!

run!()
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 106
    def run! # :nodoc:
      self.class.active[Thread.current] = true
      run_callbacks(:run)
    end