Hi,
In message "[ruby-talk:24525] Re: C Extension Help"
on 01/11/08, "Jason Voegele" <jason / jvoegele.com> writes:
|I've got another question though: how do I create a new instance of Set
|from C?
rb_funcall(set_class, rb_intern("new"), 0);