Method: ActiveSupport::Callbacks::CallTemplate::ObjectCall#initialize

Defined in:
activesupport/lib/active_support/callbacks.rb

#initialize(target, method) ⇒ ObjectCall

Returns a new instance of ObjectCall.



373
374
375
376
# File 'activesupport/lib/active_support/callbacks.rb', line 373

def initialize(target, method)
  @override_target = target
  @method_name = method
end