.to_iメソッド 整数値へ変換します
.to_fメソッド 小数点値へ変換します。
変数.map(&:to_i) 変数に入っている値を整数値へ変換します
変数.map(&:to_f) 変数に入っている値を小数値へ変換します
Go to list of users who liked
More than 3 years have passed since last update.
.to_iメソッド 整数値へ変換します
.to_fメソッド 小数点値へ変換します。
変数.map(&:to_i) 変数に入っている値を整数値へ変換します
変数.map(&:to_f) 変数に入っている値を小数値へ変換します
Register as a new user and use Qiita more conveniently
Go to list of users who liked