method
expand
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallTemplate::ProcCall
expand(target, value, block)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 470
def expand(target, value, block)
[@override_target || target, block, :call, target, value]
end