Subject: Re: Not just $SAFE, but damn $SAFE
From: Florian Gross <flgr ccan.de>
Date: Thu, 2 Sep 2004 22:50:19 +0900
References: 111245111273
In-reply-to: 111273
Oh, and be careful about calling methods on the 'safe' return value.
Object#inspect is recursive which means that it will be called on every
element of Arrays, Structs etc. (and those aren't filtered through
secure_object right now.)