Class: Tinycode::U32
- Inherits:
-
Object
- Object
- Tinycode::U32
- Includes:
- FixedInteger
- Defined in:
- lib/tinycode/fixed_integer.rb
Overview
an unsigned integer that takes up exactly 32 bits
Instance Attribute Summary
Attributes included from FixedInteger
Class Method Summary collapse
Methods included from FixedInteger
#==, #initialize, #inspect, #tinycode, #to_s
Class Method Details
.range ⇒ Object
54 55 56 |
# File 'lib/tinycode/fixed_integer.rb', line 54 def self.range 0x00000000..0xFFFFFFFF end |