hallidave / ruby-snmp

A Ruby implementation of SNMP (the Simple Network Management Protocol).
MIT License
146 stars 63 forks source link

Fully qualify SNMP::Integer class. #45

Closed voxik closed 7 years ago

voxik commented 7 years ago

This prevents 'NoMethodError: undefined method `new' for Integer:Class' and similar errors.

It seems that I missed this one in #32.