Q. In Ruby, what is the purpose of the `super` keyword when used in a method?
β
Correct Answer: (A)
Calls the same method in the superclass
You must be Logged in to update hint/solution