org.jruby
Class RubyYAML.YAMLFalseMethods

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

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


Constructor Summary
RubyYAML.YAMLFalseMethods()
           
 
Method Summary
static IRubyObject false_taguri(IRubyObject self)
           
static IRubyObject false_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.YAMLFalseMethods

public RubyYAML.YAMLFalseMethods()
Method Detail

false_to_yaml_node

public static IRubyObject false_to_yaml_node(IRubyObject self,
                                             IRubyObject arg)

false_taguri

public static IRubyObject false_taguri(IRubyObject self)


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