See attached test.rb. I have a class with a class variable. The idea is simple, increment the value and then print out the resulting class var. ``` Mock1 0 1 Mock2 {} {"a"=>1} Mock3 {} {"a"=>1} Mock4 {} {} ``` Mo...k776 (Kieran Pilkington)
The following can be reproduced on 1.9.3-p385, 1.9.3-p392, and 2.0.0-p0. body, charset = "hey", "hey".encoding.to_s body = body.encode('UTF-8', charset, :invalid => :replace, :undef => :replace, :replace => '', :univers...k776 (Kieran Pilkington)