Sha256: ae147797a7190d3c02325270dcf0d56b7cb5f3f7a8948ba8cdb5cb913efb99dc
Contents?: true
Size: 360 Bytes
Versions: 33
Compression:
Stored size: 360 Bytes
Contents
package puma; 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
33 entries across 33 versions & 2 rubygems