We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Base of Number type. Such as Int, Float and Frac.
lang.Object
Converts to integer by rounding toward to 0.
Converts to Float (64bit floating point)
Converts to Frac. (Rational number)
puts 2.5.to_int() // 2 puts 1.to_float() // 1.0