What is the purpose of using the next keyword within a block in Ruby?
A. To skip the rest of the block and move to the next iteration
B. To exit the block and return to the caller
C. To execute the block with different parameters
D. None of the above
Answer: Option A

Join The Discussion