Sha256: 26e4119468f84858191b079a668daa401ecbd7cb5bf8907612001d23bca7daa3
Contents?: true
Size: 613 Bytes
Versions: 119
Compression:
Stored size: 613 Bytes
Contents
package com.xruby.GeneratedMethods; import com.xruby.runtime.lang.*; import com.xruby.runtime.builtin.RubyENV; public class RubyENV_Methods{ public static void initMethods( RubyClass klass){ klass.getSingletonClass().defineMethod( "__os_ev_index__", new RubyOneArgMethod(){ protected RubyValue run(RubyValue receiver, RubyValue arg, RubyBlock block ){ return RubyENV.osEvIndex(receiver, arg);} }); klass.getSingletonClass().defineMethod( "__get_os_ev__", new RubyOneArgMethod(){ protected RubyValue run(RubyValue receiver, RubyValue arg, RubyBlock block ){ return RubyENV.getOSEv(receiver, arg);} }); }}
Version data entries
119 entries across 119 versions & 1 rubygems