module Hexdump

Constants

TYPES

@api private

@since 1.0.0

VERSION

hexdump version

Public Class Methods

dump(data,**kwargs) click to toggle source

@see hexdump

# File lib/hexdump.rb, line 11
def self.dump(data,**kwargs)
  hexdump(data,**kwargs)
end