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

Fix 'undefined method windows? for Puma:Module' when execute pumactl.

```
$ bundle exec pumactl --pid tmp/pids/puma.pid stop
=> undefined method `windows?' for Puma:Module
```
This commit is contained in:
Kazuki Hasegawa 2016-02-26 15:52:41 +09:00
parent 91a43ffcb6
commit a90c77aacd

View file

@ -1,5 +1,6 @@
require 'optparse'
require 'puma/const'
require 'puma/detect'
require 'puma/configuration'
require 'uri'
require 'socket'