int.succ â integer
Instance Public methods
Returns the Integer
equal to int + 1.
1 2 | 1 . next #=> 2 (- 1 ). next #=> 0 |
Returns the Integer
equal to int + 1.
1 2 | 1 . next #=> 2 (- 1 ). next #=> 0 |
Designed by : w10schools
service@w10schools.com
Please login to continue.