org.jruby
Class RubyYAML.YAMLSymbolMethods

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

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


Constructor Summary
RubyYAML.YAMLSymbolMethods()
           
 
Method Summary
static IRubyObject symbol_taguri(IRubyObject self)
           
static IRubyObject symbol_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.YAMLSymbolMethods

public RubyYAML.YAMLSymbolMethods()
Method Detail

symbol_to_yaml_node

public static IRubyObject symbol_to_yaml_node(IRubyObject self,
                                              IRubyObject arg)

symbol_taguri

public static IRubyObject symbol_taguri(IRubyObject self)


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