From: Avdi Grimm Date: 2008-03-04T07:02:48+09:00 Subject: Re: "Security Managers" in Ruby? On Mon, Mar 3, 2008 at 4:58 PM, John Pritchard-Williams wrote: > For instance, (without certifications) Java Applets are not allowed to > do certain stuff - like access local filestore, or open up n/w > connections (apart from back to source) - is there an equivalent > concept in Ruby ? It's the $SAFE variable. -- Avdi