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