jbreeden / net-snmp2

Cross platform net-snmp wrapper for Ruby, building on the original net-snmp gem
MIT License
4 stars 3 forks source link

fix bug timeout deprecated #10

Closed dao-nguyen-vu closed 6 years ago

dao-nguyen-vu commented 6 years ago

Replace timeout by Timeout.timeout for remove warning: Object#timeout is deprecated

jbreeden commented 6 years ago

Thanks!