org.jruby.java.proxies
Interface RubyObjectHolderProxy


public interface RubyObjectHolderProxy

Additional interface implemented by proxies that back Java interfaces by Ruby objects so that we can get back to the original Ruby object from the proxy.

Author:
nicksieger

Method Summary
 IRubyObject __ruby_object()
           
 

Method Detail

__ruby_object

IRubyObject __ruby_object()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.