Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class Numeric > abs
abs -> Numeric
自身が 0 以上ならば self を、そうでない場合は -self を返します。