org.jruby.ext.psych
Class PsychYamlTree

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

public class PsychYamlTree
extends java.lang.Object


Constructor Summary
PsychYamlTree()
           
 
Method Summary
static void initPsychYamlTree(Ruby runtime, RubyModule psych)
           
static IRubyObject private_iv_get(ThreadContext context, IRubyObject self, IRubyObject target, IRubyObject prop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsychYamlTree

public PsychYamlTree()
Method Detail

initPsychYamlTree

public static void initPsychYamlTree(Ruby runtime,
                                     RubyModule psych)

private_iv_get

public static IRubyObject private_iv_get(ThreadContext context,
                                         IRubyObject self,
                                         IRubyObject target,
                                         IRubyObject prop)


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