# File lib/spec/matchers/exist.rb, line 5
      def matches?(actual)
        @actual = actual
        actual.exist?
      end