Class: NETSNMP::HexString

Inherits:
String
  • Object
show all
Defined in:
lib/netsnmp/extensions.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



109
110
111
# File 'lib/netsnmp/extensions.rb', line 109

def inspect
  Hexdump.dump(self, in_groups_of: 2, separator: " ")
end