abs -> BigDecimal
self の絶対値を返します。
require 'bigdecimal' BigDecimal('5').abs.to_i # => 5 BigDecimal('-3').abs.to_i # => 3