Sha256: 971aeee7d1b893b5b6b702c060f032f474017a7d49648a8e1645d62a31038fde
Contents?: true
Size: 369 Bytes
Versions: 119
Compression:
Stored size: 369 Bytes
Contents
package com.xruby.GeneratedMethods; import com.xruby.runtime.lang.*; import com.xruby.runtime.builtin.RubyGC; public class RubyGC_Methods{ public static void initMethods( RubyModule klass){ klass.getSingletonClass().defineMethod( "start", new RubyNoArgMethod(){ protected RubyValue run(RubyValue receiver, RubyBlock block ){ return RubyGC.start(receiver);} }); }}
Version data entries
119 entries across 119 versions & 1 rubygems