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

Provide write as <<. Fixes #1089

This commit is contained in:
Evan Phoenix 2016-09-17 14:16:14 -07:00
parent 76c21451b2
commit 0b3626091e

View file

@ -75,6 +75,7 @@ module Puma
end
alias_method :syswrite, :write
alias_method :<<, :write
def flush
@socket.flush