Method: ActiveSupport::Callbacks::CallTemplate::ProcCall#expand
- Defined in:
- lib/active_support/callbacks.rb
#expand(target, value, block) ⇒ Object
511 512 513 |
# File 'lib/active_support/callbacks.rb', line 511 def (target, value, block) [@override_target || target, block, :call, target, value] end |