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