Sha256: 3afff0652e9771b7370c7fedf4886d1716ba6596a87a21addc9100ddb6f29f87
Contents?: true
Size: 205 Bytes
Versions: 89
Compression:
Stored size: 205 Bytes
Contents
module TestingSandbox # Temporarily replaces KCODE for the block def with_kcode(kcode) old_kcode, $KCODE = $KCODE, kcode begin yield ensure $KCODE = old_kcode end end end
Version data entries
89 entries across 89 versions & 6 rubygems