On Fri, Jan 15, 2010 at 6:55 AM, Lukas Renggli <renggli(a)gmail.com> wrote:
Note that #greaseString should probably not be used
everywhere.
#asString is in the ANSI standard defined on Character, String,
ByteArray, and other sequenceable collections; so in some cases that
might be the appropriate choice.
Sure, though shouldn't we make sure that #greaseString calles
#asString for those classes? Seems more straightforward...
Julian