Number Ruby

# Get the absolute value of a number (Bignum, Complex, Fixnum, Float, Numeric, Rational)
-40.abs # => 40
40.abs # => 40