org.asciidoctor.internal
Class RubyHashUtil
java.lang.Object
org.asciidoctor.internal.RubyHashUtil
public class RubyHashUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convertMapToRubyHashWithSymbols
public static org.jruby.RubyHash convertMapToRubyHashWithSymbols(org.jruby.Ruby rubyRuntime,
Map<String,Object> options)
convertRubyHashMapToMap
public static Map<String,Object> convertRubyHashMapToMap(Map<org.jruby.RubySymbol,Object> rubyHashMap)
toNoneSymbolsRubyHash
public static org.jruby.RubyHash toNoneSymbolsRubyHash(org.jruby.Ruby rubyRuntime,
Map<String,Object> map)
Copyright © 2013. All Rights Reserved.