Package org.jruby.libraries

Examples of org.jruby.libraries.StringIOLibrary


            ruby.getLoadService().require(railsConfig.getRailsRoot() + "/config/environment");

            if (LOGGER.isDebugEnabled())
                LOGGER.debug("loading builtin jruby-rails libralies");

            new StringIOLibrary().load(ruby);

            requestMetaClass = new RubyHttpRequestMetaClass(ruby);
            requestMetaClass.initializeClass();

            responseMetaClass = new RubyHttpResponseMetaClass(ruby);
View Full Code Here

TOP

Related Classes of org.jruby.libraries.StringIOLibrary

Copyright © 2018 www.massapicom. 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.