Hey Tomas, On 4/1/09, Tomas Matousek <[email protected]> wrote: > SetProperty converts Ruby string "innerHTML" to CLR string because its first > parameter is strongly typed to CLR string. The second parameter is not and > hence no conversion occurs.
Alright that's what I expected. > The current implementation "==" compares Ruby strings and CLR strings by > value. >>> "" == "".to_clr_string => false I see :) Now to fix it in Mono. Thanks, -- Jb Evain <[email protected]> _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
