Class: Hexdump::Type::Int8 Private
- Inherits:
-
Int
- Object
- Hexdump::Type
- Int
- Hexdump::Type::Int8
- 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) ⇒ Int8
constructor
private
A new instance of Int8.
Methods inherited from Hexdump::Type
Constructor Details
#initialize(**kwargs) ⇒ Int8
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 Int8.
87 88 89 |
# File 'lib/hexdump/type.rb', line 87 def initialize(**kwargs) super(size: 1, endian: nil, **kwargs) end |