Method: Hexdump::Type::UInt32#initialize
- Defined in:
- lib/hexdump/type.rb
#initialize(**kwargs) ⇒ UInt32
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 UInt32.
170 171 172 |
# File 'lib/hexdump/type.rb', line 170 def initialize(**kwargs) super(size: 4, **kwargs) end |