Q. What does the `super` keyword do in Ruby? (A) Calls the method with the same name in the superclass (B) Calls the method with the same name in the subclass (C) Returns the superclass of the current class (D) Jumps to the next iteration of the loop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Calls the method with the same name in the superclass