org.jruby
Class RubyYAML.YAMLExceptionMethods

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

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


Constructor Summary
RubyYAML.YAMLExceptionMethods()
           
 
Method Summary
static IRubyObject exception_taguri(IRubyObject self)
           
static IRubyObject exception_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.YAMLExceptionMethods

public RubyYAML.YAMLExceptionMethods()
Method Detail

exception_to_yaml_node

public static IRubyObject exception_to_yaml_node(IRubyObject self,
                                                 IRubyObject arg)

exception_taguri

public static IRubyObject exception_taguri(IRubyObject self)


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