Sha256: 053675dc272589dfd463e6adc72c6fc354961a877835e4a3536c0990e5d0e22d
Contents?: true
Size: 329 Bytes
Versions: 26
Compression:
Stored size: 329 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.createHitimes( runtime ); return true; } }
Version data entries
26 entries across 26 versions & 3 rubygems