Examples of unregisterInspecting()


Examples of org.jruby.Ruby.unregisterInspecting()

        Ruby runtime = context.runtime;
        try {
            runtime.registerInspecting(array);
            return puts(context, maybeIO, array.toJavaArray());
        } finally {
            runtime.unregisterInspecting(array);
        }
    }
   
    // Make string based on internal data encoding (which ironically is its
    // external encoding.  This seems messy and we should consider a more
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.