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