# File lib/snmp/manager.rb, line 48 def initialize @lock = Mutex.new @request_id = rand(MAX_REQUEST_ID) end