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