method

inverted_lambda

inverted_lambda()
public

No documentation available.

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