Q. What does the 'return' keyword do in Ruby methods? (A) Exits the method with a value (B) Prints to console (C) Converts to integer (D) Continues the loop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Exits the method with a value