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