Class: NETSNMP::HexString
- Inherits:
-
String
- Object
- String
- NETSNMP::HexString
- 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
#inspect ⇒ Object
120 121 122 |
# File 'lib/netsnmp/extensions.rb', line 120 def inspect Hexdump.dump(to_s, in_groups_of: 2, separator: " ") end |