Q. What is the purpose of using the next keyword within a block in Ruby?
β
Correct Answer: (A)
To skip the rest of the block and move to the next iteration
You must be Logged in to update hint/solution