On Thu, Mar 5, 2009 at 10:03 PM, Tomas Matousek < [email protected]> wrote:
> I'm going to use single quotes for formatting CLR strings via inspect. > "clr:" prefix is too long and it gets in your way when working mostly with > CLR strings. > > >>> "Some string" > => "Some string" > >>> "Some string".to_clr_string > => 'Some string' > > Sounds good? The obvious advantage is that this representation is a valid ruby expression. -- henon
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
