Class: Hexdump::Type::UInt8 Private
- Inherits:
-
UInt
- Object
- Hexdump::Type
- UInt
- Hexdump::Type::UInt8
- 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.
Direct Known Subclasses
Constant Summary
Constants inherited from Hexdump::Type
Instance Attribute Summary
Attributes inherited from Hexdump::Type
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ UInt8
constructor
private
A new instance of UInt8.
Methods inherited from Hexdump::Type
Constructor Details
#initialize(**kwargs) ⇒ UInt8
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 UInt8.
148 149 150 |
# File 'lib/hexdump/type.rb', line 148 def initialize(**kwargs) super(size: 1, endian: nil, **kwargs) end |