# File lib/rspec/matchers/built_in/be.rb, line 45
        def matches?(actual)
          @actual = actual
          !!@actual
        end