method

succ

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

Returns the Integer equal to int + 1.

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