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

Add missing file

This commit is contained in:
Evan Phoenix 2013-02-04 22:39:19 -08:00
parent 5d1fd4e74b
commit b77e912a38

9
lib/puma/util.rb Normal file
View file

@ -0,0 +1,9 @@
module Puma
module Util
module_function
def pipe
IO.pipe
end
end
end