What is the purpose of the yield keyword in Ruby?
A. To define a method that can be invoked multiple times within a block
B. To transfer control from a method back to the block that invoked it
C. To pass parameters to a block when invoking it
D. None of the above
Answer: Option B

Join The Discussion