org.asciidoctor.internal
Class RubyUtils

java.lang.Object
  extended by org.asciidoctor.internal.RubyUtils

public class RubyUtils
extends Object


Constructor Summary
RubyUtils()
           
 
Method Summary
static
<T> T
rubyToJava(org.jruby.Ruby runtime, org.jruby.runtime.builtin.IRubyObject rubyObject, Class<T> returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyUtils

public RubyUtils()
Method Detail

rubyToJava

public static <T> T rubyToJava(org.jruby.Ruby runtime,
                               org.jruby.runtime.builtin.IRubyObject rubyObject,
                               Class<T> returnType)


Copyright © 2013. All Rights Reserved.