このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
self + other -> Float
算術演算子。和を計算します。
# 和 3.0 + 4.5 #=> 7.5