mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix my errors in 2368
This commit is contained in:
parent
038a0d9da9
commit
b895566894
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ module Puma
|
|||
attr_reader :ios
|
||||
|
||||
# @version 5.0.0
|
||||
attr_reader :activated_sockets, :envs, :inherited_fds, :listeners, :proto_env, , :unix_paths
|
||||
attr_reader :activated_sockets, :envs, :inherited_fds, :listeners, :proto_env, :unix_paths
|
||||
|
||||
# @version 5.0.0
|
||||
attr_writer :ios, :listeners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue