method

inverted_lambda

inverted_lambda()
public

No documentation available.

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