# File lib/snmp/varbind.rb, line 266 def to_s octets = [] @value.each_byte { |b| octets << b.to_s } octets.join('.') end