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