[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: Embedding 1.9

Yukihiro Matsumoto

1/9/2008 9:53:00 AM

Hi,

In message "Re: Embedding 1.9"
on Wed, 9 Jan 2008 18:45:44 +0900, Edwin Pratomo <edwin@imt.co.id> writes:

|while it's still hot talking about embedding, let me ask a related question
|here: is there any way to do reflection from ruby C API?

What kind of reflection? You can define classes, inspect variables,
etc. from C.

matz.