Class: Hexdump::Type::UInt16 Private
- Inherits:
-
UInt
- Object
- Hexdump::Type
- UInt
- Hexdump::Type::UInt16
- Defined in:
- lib/hexdump/type.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constants inherited from Hexdump::Type
Instance Attribute Summary
Attributes inherited from Hexdump::Type
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ UInt16
constructor
private
A new instance of UInt16.
Methods inherited from Hexdump::Type
Constructor Details
#initialize(**kwargs) ⇒ UInt16
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of UInt16.
159 160 161 |
# File 'lib/hexdump/type.rb', line 159 def initialize(**kwargs) super(size: 2, **kwargs) end |