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