From: Logan Capaldo Date: 2006-03-03T10:07:43+09:00 Subject: Re: Example of how to rb_class_new_instance(... rb_cBignum)? On Mar 2, 2006, at 7:58 PM, Clifford Heath wrote: > I'm building a C extension and have a "long long" > which I want to turn into a Bignum. Can anyone > point me to an example please? I've googled without > success. > > Clifford Heath. > Basing this purely on a random guess (based on reasonable assumptions about ruby) try: LONGLONG2NUM()