Q. In Ruby, what is the purpose of the `super` keyword when used in a method? (A) Calls the same method in the superclass (B) Calls the same method in the subclass (C) Calls a method with the same name (D) Calls a method in a different class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Calls the same method in the superclass