Q16
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
AnswerC.
To pass parameters to a block when invoking it
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board