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