From: Andre Nathan Date: 2008-04-29T12:01:53+09:00 Subject: Re: converting strings in c extension On Tue, 2008-04-29 at 11:30 +0900, Joel VanderWerf wrote: > (Btw, README.EXT should mention this function. It's very useful.) Argh. I've been doing rb_funcall(rb_mKernel, rb_intern("p"), 1, obj); all this time... Thanks for mentioning this :) Andre