Ruby 2.5.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Integerクラス > abs

instance method Integer#abs

abs -> Integer[permalink][rdoc]
magnitude -> Integer

self の絶対値を返します。


-12345.abs   # => 12345
12345.abs    # => 12345
-1234567890987654321.abs   # => 1234567890987654321