class NETSNMP::HexString

Like a string, but it prints an hex-string version of itself

Public Instance Methods

inspect() click to toggle source
# File lib/netsnmp/extensions.rb, line 109
def inspect
  Hexdump.dump(self, in_groups_of: 2, separator: " ")
end