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