Libraries
»
omega-tariffs-base
(0.1.8)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/omega-tariffs-base.rb
Overview
guerilla patch the Integer class
Constant Summary
collapse
N_BYTES =
[
42
]
.
pack
(
'
i
'
)
.
size
N_BITS =
N_BYTES
*
8
MAX =
2
**
(
N_BITS
-
2
)
-
1
MIN =
-
1