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