class ActiveSupport::Callbacks::CallTemplate::ProcCall

def expand(target, value, block)

def expand(target, value, block)
  [@override_target || target, block, :call, target, value]
end