class ActiveSupport::Callbacks::CallTemplate::ObjectCall

def initialize(target, method)

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