Method: ActiveSupport::Callbacks::CallTemplate::InstanceExec1#expand

Defined in:
activesupport/lib/active_support/callbacks.rb

#expand(target, value, block) ⇒ Object



423
424
425
# File 'activesupport/lib/active_support/callbacks.rb', line 423

def expand(target, value, block)
  [target, @override_block, :instance_exec, target]
end