org.jruby
Class RubyYAML.YAMLStructMethods

java.lang.Object
  extended by org.jruby.RubyYAML.YAMLStructMethods
Enclosing class:
RubyYAML

public static class RubyYAML.YAMLStructMethods
extends java.lang.Object


Constructor Summary
RubyYAML.YAMLStructMethods()
           
 
Method Summary
static IRubyObject struct_taguri(IRubyObject self)
           
static IRubyObject struct_to_yaml_node(IRubyObject self, IRubyObject arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyYAML.YAMLStructMethods

public RubyYAML.YAMLStructMethods()
Method Detail

struct_to_yaml_node

public static IRubyObject struct_to_yaml_node(IRubyObject self,
                                              IRubyObject arg)

struct_taguri

public static IRubyObject struct_taguri(IRubyObject self)


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