method
new
new(kind, method, options = {})
public
Hide source
# File activesupport/lib/active_support/callbacks.rb, line 133 def initialize(kind, method, options = {}) @kind = kind @method = method @identifier = options[:identifier] @options = options end