method

succ

v2_1_10 - Show latest stable - Class: Integer
succ()
public

Returns the Integer equal to int + 1, same as Fixnum#next.

1.next      #=> 2
(-1).next   #=> 0