class ActiveSupport::Callbacks::CallTemplate::InstanceExec2

def expand(target, value, block)

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