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



120
121
122
# File 'lib/netsnmp/extensions.rb', line 120

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