What does the super keyword do in Ruby?
A. It calls the method of the same name in the current class
B. It returns the superclass of the current class
C. It calls the method of the same name in the superclass
D. It returns the current class as a superclass
Answer: Option C
Join The Discussion