method

inverted_lambda

inverted_lambda()
public

No documentation available.

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