class Hexdump::Type::Int16

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 97
def initialize(**kwargs)
  super(size: 2, **kwargs)
end