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