method

call

rails 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