Ruby - Inheritance
Why does Ruby allow calling
super without parentheses to forward arguments automatically to the parent method?super without parentheses to forward arguments automatically to the parent method?super is called without parentheses, Ruby forwards all arguments received by the current method to the parent method automatically.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions