# File lib/rspec/matchers/built_in/be.rb, line 17
        def matches?(actual)
          !super(actual)
        end