Sha256: 692db7b8f0be89b3f5d9cc9b64a39fbe95c5dfac4d7bac68bc14fc5fd17afe71
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
module Test module Unit class TestCase def kcode(code) begin $KCODE = code yield ensure $KCODE = 'NONE' end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tmail-1.1.1 | test/kcode.rb |
tmail-1.2.0 | test/kcode.rb |
tmail-1.2.1 | test/kcode.rb |