Sha256: b20b37017ef7919fa3a57b39926106faef76368263a9fe5c2f3e9a2c461c3e37
Contents?: true
Size: 371 Bytes
Versions: 29
Compression:
Stored size: 371 Bytes
Contents
import java.io.IOException; import org.jruby.Ruby; import org.jruby.runtime.load.BasicLibraryService; public class FortitudeJrubyNativeExtService implements BasicLibraryService { public boolean basicLoad(final Ruby runtime) throws IOException { new com.fortituderuby.ext.fortitude.FortitudeNativeLibrary().load(runtime, false); return true; } }
Version data entries
29 entries across 29 versions & 1 rubygems