instance method __reset_runner

Ruby on Rails 4.0.13

Since v3.2.22.5 Last seen in v4.0.13

Available in: v3.2.22.5 v4.0.13

Signature

__reset_runner(symbol)

No documentation comment.

Parameters

symbol req
Source
# File activesupport/lib/active_support/callbacks.rb, line 378
      def __reset_runner(symbol)
        name = __callback_runner_name(symbol)
        undef_method(name) if method_defined?(name)
      end

Defined in activesupport/lib/active_support/callbacks.rb line 378 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Callbacks::ClassMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close