# File lib/snmp/varbind.rb, line 63 def self.decode(value_data) Integer.new(decode_integer_value(value_data)) end