Magic!
Now the next question is should I be using: mutableString.ConvertToString() or mutableString.GetStringSlice(0) to get hold of a CLR string for passing to a .NET method. Both end up calling Content.GetStringSlice(...) anyway but the second one seems to go through slightly fewer method calls. My feeling is the former is more intuitive. Pete From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Sunday,11 May 11, 2008 13:38 To: [email protected] Subject: Re: [Ironruby-core] (no subject) MutableString.ToSymbol()? On Sun, May 11, 2008 at 5:34 AM, Peter Bacon Darwin <[EMAIL PROTECTED]> wrote: It would be useful to have a helper function to clean up this kind of code. Or is there one and I can't find it? RubyUtils.GetConstant(context, rubyClass, SymbolTable.StringToId(mutableString.ConvertToString()), true); _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
