Class: Mingle::MingleInt32

Inherits:
MingleIntegerImpl show all
Defined in:
lib/mingle.rb

Constant Summary collapse

MAX_NUM =
( 2 ** 31 ) - 1
MIN_NUM =
-( 2 ** 31 )

Instance Attribute Summary

Attributes inherited from MingleNumber

#num

Method Summary

Methods inherited from MingleIntegerImpl

can_hold?, #initialize

Methods inherited from MingleNumber

#<=>, #==, #initialize, #inspect, #to_f, #to_i, #to_s

Constructor Details

This class inherits a constructor from Mingle::MingleIntegerImpl