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:
parent
76c21451b2
commit
0b3626091e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ module Puma
|
|||
end
|
||||
|
||||
alias_method :syswrite, :write
|
||||
alias_method :<<, :write
|
||||
|
||||
def flush
|
||||
@socket.flush
|
||||
|
|
Loading…
Reference in a new issue