Sha256: ff09c2774275bcd818ce855881c7394e98b8c1eaaa9ae746f15a6e973996e8d9
Contents?: true
Size: 345 Bytes
Versions: 10
Compression:
Stored size: 345 Bytes
Contents
import java.io.IOException; import org.jruby.Ruby; import org.jruby.runtime.load.BasicLibraryService; import org.jruby.puma.Http11; public class PumaHttp11Service implements BasicLibraryService { public boolean basicLoad(final Ruby runtime) throws IOException { Http11.createHttp11(runtime); return true; } }
Version data entries
10 entries across 10 versions & 1 rubygems