[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: string.c question

Yukihiro Matsumoto

12/20/2008 1:47:00 PM


In message "Re: string.c question"
on Sun, 14 Dec 2008 07:29:17 +0900, Tim Hunter <TimHunter@nc.rr.com> writes:

|How does rb_str_cat differ from rb_str_buf_cat?

rb_str_buf_cat() is a function to use with strings created by
rb_str_buf_new(). If you're not sure use rb_str_cat().

matz.