org.yecht.ruby
Class YObject

java.lang.Object
  extended by org.yecht.ruby.YObject

public class YObject
extends Object


Constructor Summary
YObject()
           
 
Method Summary
static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject klass, org.jruby.runtime.builtin.IRubyObject ivars)
           
static org.jruby.runtime.builtin.IRubyObject yaml_initialize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject klass, org.jruby.runtime.builtin.IRubyObject ivars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YObject

public YObject()
Method Detail

initialize

public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self,
                                                               org.jruby.runtime.builtin.IRubyObject klass,
                                                               org.jruby.runtime.builtin.IRubyObject ivars)

yaml_initialize

public static org.jruby.runtime.builtin.IRubyObject yaml_initialize(org.jruby.runtime.builtin.IRubyObject self,
                                                                    org.jruby.runtime.builtin.IRubyObject klass,
                                                                    org.jruby.runtime.builtin.IRubyObject ivars)


Copyright © 2013. All Rights Reserved.