# File lib/monkey/ext/string.rb, line 81
        def file_exist?
          Pathname(self).exist?
        end