class ActiveSupport::Callbacks::CallTemplate::MethodCall

def make_lambda

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

def make_lambda: () -> Proc

This signature was generated using 2 samples from 2 applications.

def make_lambda
  lambda do |target, value, &block|
    target.send(@method_name, &block)
  end
end