Sha256: 7b1df280a0d1c80b8f624d00d486a2ef92cef5d4010a2510256c6ac897314489
Contents?: true
Size: 436 Bytes
Versions: 119
Compression:
Stored size: 436 Bytes
Contents
package com.xruby.GeneratedMethods; import com.xruby.runtime.lang.*; import com.xruby.runtime.builtin.RubyFileTestModule; public class RubyFileTestModule_Methods{ public static void initMethods( RubyModule klass){ klass.getSingletonClass().defineMethod( "exist?", new RubyOneArgMethod(){ protected RubyValue run(RubyValue receiver, RubyValue arg, RubyBlock block ){ return RubyFileTestModule.exist_p(receiver, arg, block);} }); }}
Version data entries
119 entries across 119 versions & 1 rubygems