method

inverted_lambda

inverted_lambda()
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 427
          def inverted_lambda
            lambda do |target, value, &block|
              !(@override_target || target).send(@method_name, target, &block)
            end
          end