method
inverted_lambda
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallTemplate::MethodCall
inverted_lambda()public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 407
def inverted_lambda
lambda do |target, value, &block|
!target.send(@method_name, &block)
end
end