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