Sha256: 3783078f6fb2b4a0445c7277fdb1bb9b0d39bf8a22b032aa5add7d2904bae66c
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
package hitimes; import java.io.IOException; import org.jruby.Ruby; import org.jruby.runtime.load.BasicLibraryService; public class HitimesService implements BasicLibraryService { public boolean basicLoad( final Ruby runtime ) throws IOException { Hitimes.createHitimesModule( runtime ); return true; } }
Version data entries
8 entries across 8 versions & 1 rubygems