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