Q. In Ruby, what does the `yield` keyword do in a method? (A) Exits the method (B) Calls the block passed to the method (C) Raises an exception (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Calls the block passed to the method