class ActiveSupport::Callbacks::CallTemplate::InstanceExec2

def expand(target, value, block)

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

def expand: ((GemsController | API::V1::Types::SamplesController) target, nil value, Proc block) -> untyped

This signature was generated using 2 samples from 1 application.

def expand(target, value, block)
  raise ArgumentError unless block
  [target, @override_block || block, :instance_exec, target, block]
end