Class JRubyRuntimeContext


  • public class JRubyRuntimeContext
    extends java.lang.Object
    This class gives access to the Ruby instance that is used by a JRuby Asciidoctor instance.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jruby.Ruby get​(Asciidoctor asciidoctor)  
      static org.jruby.Ruby get​(ContentNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static org.jruby.Ruby get​(Asciidoctor asciidoctor)
      • get

        public static org.jruby.Ruby get​(ContentNode node)