# File lib/snmp/manager.rb, line 506 def send(data, host, port) @socket.send(data, 0, host, port) end