org.jruby
Class RubyYAML.YAMLStringMethods

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

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


Constructor Summary
RubyYAML.YAMLStringMethods()
           
 
Method Summary
static IRubyObject string_is_binary(IRubyObject self)
           
static IRubyObject string_is_complex(IRubyObject self)
           
static IRubyObject string_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.YAMLStringMethods

public RubyYAML.YAMLStringMethods()
Method Detail

string_is_complex

public static IRubyObject string_is_complex(IRubyObject self)

string_is_binary

public static IRubyObject string_is_binary(IRubyObject self)

string_to_yaml_node

public static IRubyObject string_to_yaml_node(IRubyObject self,
                                              IRubyObject arg)


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