Skip to content

Small bugfix

Latest
Compare
Choose a tag to compare
@tadd tadd released this 24 Nov 07:18
· 2 commits to master since this release

A small bug fixed on this release. Now tainted-ness infects from self to newly-created string with undump.

s = 'foo'.taint # s is tainted
t = s.undump # t is also tainted for now!
puts t.tainted? #=> true