org.jruby
Class RubyYAML.YAMLObjectMethods

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

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


Constructor Summary
RubyYAML.YAMLObjectMethods()
           
 
Method Summary
static IRubyObject obj_taguri(IRubyObject self)
           
static IRubyObject obj_to_yaml_node(IRubyObject self, IRubyObject arg)
           
static IRubyObject obj_to_yaml_properties(IRubyObject self)
           
static IRubyObject obj_to_yaml_style(IRubyObject self)
           
static IRubyObject obj_to_yaml(IRubyObject self)
           
static IRubyObject obj_to_yaml(IRubyObject self, IRubyObject opts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyYAML.YAMLObjectMethods

public RubyYAML.YAMLObjectMethods()
Method Detail

obj_to_yaml_properties

public static IRubyObject obj_to_yaml_properties(IRubyObject self)

obj_to_yaml_style

public static IRubyObject obj_to_yaml_style(IRubyObject self)

obj_to_yaml_node

public static IRubyObject obj_to_yaml_node(IRubyObject self,
                                           IRubyObject arg)

obj_to_yaml

public static IRubyObject obj_to_yaml(IRubyObject self)

obj_to_yaml

public static IRubyObject obj_to_yaml(IRubyObject self,
                                      IRubyObject opts)

obj_taguri

public static IRubyObject obj_taguri(IRubyObject self)


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