0 votes
in Ruby by
Explain next statement in Ruby.

1 Answer

0 votes
by
 
Best answer

Ruby next statement is used to skip loop's next iteration. Once the next statement is executed, no further iteration will be performed.

...