# File lib/rspec/matchers/built_in/be.rb, line 35
        def match(_, actual)
          actual.nil?
        end