Class Fixnum
In: lib/core/facets/fixnum.rb
Parent: Object

Constants

MAX = 2 ** (n_bits - 2) - 1
MIN = -MAX - 1

[Validate]