DEBSOURCES
Skip Quicknav
sources / ruby-tmail / 1.2.7.1-3%2Bdeb7u1 / test / kcode.rb
1234567891011121314
module Test module Unit class TestCase def kcode(code) begin TMail.KCODE = code yield ensure TMail.KCODE = 'NONE' end end end end end