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