# File lib/snmp/varbind.rb, line 124 def to_oid oid = ObjectId.new each_byte { |b| oid << b } oid end