class Hexdump::Type::Int64
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 119 def initialize(**kwargs) super(size: 8, **kwargs) end