MenTaLguY wrote:
Hi,

I was working on porting my "concurrent" library to latest JRuby, but I was 
unable to get Futures to work because the current dispatch code tries to cast 
IRubyObjects to RubyObjects.

I need to be able to create a class which delegates all of its normal 
IRubyObject stuff to another object, and (from the Ruby side) which does not 
descend from Object.  Is there another way to do this?

Not yet, but there ought to be. I want Ruby implementations of Java interfaces and classes to implement IRubyObject but not extend RubyObject. So we have similar needs.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to