Like a string, but it prints an hex-string version of itself
120 121 122
# File 'lib/netsnmp/extensions.rb', line 120 def inspect Hexdump.dump(to_s, in_groups_of: 2, separator: " ") end