class ActiveSupport::Callbacks::CallTemplate::ObjectCall

def initialize(target, method)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: ((ActiveSupport::ExecutionWrapper::RunHook | ActiveSupport::ExecutionWrapper::CompleteHook) target, Symbol method) -> void

This signature was generated using 12 samples from 1 application.

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