# File lib/snmp/manager.rb, line 27 def initialize(address_family) @socket = UDPSocket.open(address_family) end