class Hexdump::Type::Int8

Public Class Methods

new(**kwargs) click to toggle source

@see Int#initialize

Calls superclass method Hexdump::Type::Int::new
# File lib/hexdump/type.rb, line 86
def initialize(**kwargs)
  super(size: 1, endian: nil, **kwargs)
end