org.jruby.java.proxies.RubyObjectHolderProxy Maven / Gradle / Ivy
package org.jruby.java.proxies;
import org.jruby.runtime.builtin.IRubyObject;
/**
* 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
*/
public interface RubyObjectHolderProxy {
IRubyObject __ruby_object();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy