public class PsychToRuby extends Object
Constructor and Description |
---|
PsychToRuby() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
build_exception(ThreadContext context,
IRubyObject self,
IRubyObject klass,
IRubyObject message) |
static void |
initPsychToRuby(Ruby runtime,
RubyModule psych) |
static IRubyObject |
path2class(ThreadContext context,
IRubyObject self,
IRubyObject path) |
public static void initPsychToRuby(Ruby runtime, RubyModule psych)
public static IRubyObject build_exception(ThreadContext context, IRubyObject self, IRubyObject klass, IRubyObject message)
public static IRubyObject path2class(ThreadContext context, IRubyObject self, IRubyObject path)
Copyright © 2001-2014 JRuby. All Rights Reserved.