浮動小数点数のクラス.
Numeric
self + other
self - other
self * other
self / other
self % other
self ** other
算術演算子
self == other
self < other
self <= other
self > other
self >= other
比較演算子
to_i
selfを整数に変換します.
self
matz@caelum.co.jp