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

Version Path
fortitude-0.9.6-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.6 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.5-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.5 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.4-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.4 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.3-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.3 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.2-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.2 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.1-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.1 ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.0-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.9.0 ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.10-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.10 ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.9-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.9 ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.7-java ext/FortitudeJrubyNativeExtService.java
fortitude-0.0.7 ext/FortitudeJrubyNativeExtService.java