# File lib/rspec/matchers/built_in/be.rb, line 21
        def match(_, actual)
          !actual
        end