390280b842
41c3623524
1
2 3 4 5 6 7 8
9
10
11
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