Q. What is the purpose of the super keyword in Ruby OOP? (A) Returns the superclass (B) Calls the same method in the superclass (C) Initializes a superclass object (D) Returns the superclass ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Calls the same method in the superclass