Subject: Re: Ruby C: How to convert any object type into a T_STRING?
From: Iaki Baz Castillo <ibc aliax.net>
Date: Fri, 28 Oct 2011 03:50:56 +0900
References: 389497389499
In-reply-to: 389499
2011/10/27 Admin Tensor <admin / tensor.heliohost.org>:
> You can try
>
> VALUE anyVal;
> ...
> VALUE strVal = rb_funcall(anyVal, rb_intern("to_s"), 0);
Thanks :)
--
Iaki Baz Castillo
<ibc / aliax.net>