method
new
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback
new(kind, method, options = {})public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 133
def initialize(kind, method, options = {})
@kind = kind
@method = method
@identifier = options[:identifier]
@options = options
end