1 Apr
2009
1 Apr
'09
3:07 p.m.
Is there a way to access instance variables defined in an Objective-C class from a Ruby extension?
It is currently not implemented, but it's technically possible. A good work-around is to define accessors (properties) as John mentioned.
Maybe we need MacRuby::Runtime to bubble up the Obj-C runtime. Or FFI. -Ben