# File lib/more/facets/succ.rb, line 37
def
succ
(
n
=
1
)
s
=
self
n
.
times
{
s
=
s
.
succ1
}
s
end