org.jruby.ext.psych
Class PsychToRuby

java.lang.Object
  extended by org.jruby.ext.psych.PsychToRuby

public class PsychToRuby
extends java.lang.Object


Constructor Summary
PsychToRuby()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsychToRuby

public PsychToRuby()
Method Detail

initPsychToRuby

public static void initPsychToRuby(Ruby runtime,
                                   RubyModule psych)

build_exception

public static IRubyObject build_exception(ThreadContext context,
                                          IRubyObject self,
                                          IRubyObject klass,
                                          IRubyObject message)

path2class

public static IRubyObject path2class(ThreadContext context,
                                     IRubyObject self,
                                     IRubyObject path)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.