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:
parent
5d1fd4e74b
commit
b77e912a38
1 changed files with 9 additions and 0 deletions
9
lib/puma/util.rb
Normal file
9
lib/puma/util.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module Puma
|
||||
module Util
|
||||
module_function
|
||||
|
||||
def pipe
|
||||
IO.pipe
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue