Sha256: d19650f70f54bf8031315ac166a932409588c778b971c4ddf779afc8fb26f25c
Contents?: true
Size: 502 Bytes
Versions: 14
Compression:
Stored size: 502 Bytes
Contents
# # scanner.rb # # Copyright (c) 1998-2003 Minero Aoki <aamine@loveruby.net> # # This program is free software. # You can distribute/modify this program under the terms of # the GNU Lesser General Public License version 2 or later. # require 'tmail/utils' module TMail require 'tmail/scanner_r.rb' begin raise LoadError, 'Turn off Ruby extention by user choice' if ENV['NORUBYEXT'] require 'tmail/scanner_c.so' Scanner = Scanner_C rescue LoadError Scanner = Scanner_R end end
Version data entries
14 entries across 14 versions & 2 rubygems