Q. What does the yield keyword do in Ruby? (A) Executes the block passed to the method (B) Returns the value of the block passed to the method (C) Exits the method and returns to the caller (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Executes the block passed to the method