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
Answer: Option A

Join The Discussion