From: "Iñaki Baz Castillo" Date: 2011-10-28T03:50:56+09:00 Subject: Re: Ruby C: How to convert any object type into a T_STRING? 2011/10/27 Admin Tensor : > You can try > >  VALUE anyVal; >  ... >  VALUE strVal = rb_funcall(anyVal, rb_intern("to_s"), 0); Thanks :) -- Iñaki Baz Castillo