File: extctrl.rb

package info (click to toggle)
ruby-tmail 1.2.7.1-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,712 kB
  • sloc: ruby: 15,207; ansic: 482; yacc: 349; makefile: 30
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
if ENV['NORUBYEXT']
  module TMail
    remove_const :Scanner
    Scanner = Scanner_R
  end
end