1
0
Fork 0
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:
Nate Berkopec 2020-02-27 10:32:33 -06:00
parent d91c112fee
commit 663beeffaa
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -237,8 +237,6 @@ module Puma
tcp_server
end
attr_reader :connected_ports
def connected_ports
ios.map { |io| io.addr[1] }
end