instance method
inverted_lambda
Ruby on Rails 7.1.6
Since v7.0.10 Last seen in v7.1.6Available in: v7.0.10 v7.1.6
Signature
inverted_lambda()
No documentation comment.
Source
# File activesupport/lib/active_support/callbacks.rb, line 430
def inverted_lambda
lambda do |target, value, &block|
!(@override_target || target).send(@method_name, target, &block)
end
end
Defined in activesupport/lib/active_support/callbacks.rb line 430
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::CallTemplate::ObjectCall