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