1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Minimal change to get puma_http11 extension loading on JRuby.

This commit is contained in:
Charles Oliver Nutter 2012-01-15 18:04:01 -06:00
parent b2016c68bf
commit cae0e02715

View file

@ -1,3 +1,5 @@
package puma;
import java.io.IOException;
import org.jruby.Ruby;