method
call
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Conditionals::Value
call(target, value)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 158
def call(target, value); @block.call(value); end