# File lib/rspec/matchers/be.rb, line 34
      def matches?(actual)
        super(actual).nil?
      end