mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove unnecessary attr_reader
This commit is contained in:
parent
d91c112fee
commit
663beeffaa
1 changed files with 0 additions and 2 deletions
|
@ -237,8 +237,6 @@ module Puma
|
||||||
tcp_server
|
tcp_server
|
||||||
end
|
end
|
||||||
|
|
||||||
attr_reader :connected_ports
|
|
||||||
|
|
||||||
def connected_ports
|
def connected_ports
|
||||||
ios.map { |io| io.addr[1] }
|
ios.map { |io| io.addr[1] }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue