method

to_run

to_run(*args, &block)
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 14
    def self.to_run(*args, &block)
      set_callback(:run, *args, &block)
    end