examples/test.rb in tmp-2.0.1 vs examples/test.rb in tmp-2.1.0

- old
+ new

@@ -1,6 +1,12 @@ -# all set! :) +require 'tmp' + +__TMP__.test= {hello: "world"} + +puts __TMP__.test +__TMP__.test= nil +puts __TMP__.test.inspect \ No newline at end of file