[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

1.8,frozen, and untaint

ahoward

9/25/2003 3:45:00 PM

1 Answer

ts

9/25/2003 5:11:00 PM

0

>>>>> "A" == Ara T Howard <ahoward@fsl.noaa.gov> writes:

A> i''m getting error about calling untaint on a frozen object in 1.8
A> (kakiwiki).

Well, with 1.6.8 also you can''t untaint a frozen object which is tainted

A> i''ve removed the call to untaint and things seem to work -
A> but would this be the preferred method?

preferred to do what ? If the object is tainted and frozen, ruby will give
an error if you try to untaint it.


Guy Decoux