# File lib/captcha/config.rb, line 66
    def self.exists?(code)
      File.exists?("#{@@options[:destination]}/#{code}.jpg")
    end