class ActiveSupport::Callbacks::CallbackSequence

def expand_call_template(arg, block)

def expand_call_template(arg, block)
  @call_template.expand(arg.target, arg.value, block)
end