# File lib/captcha/config.rb, line 74
    def self.last_modified
      file = self.captchas.first
      if file && File.exists?(file)
        File.mtime(file)
      else
        nil
      end
    end