Ruby - Inheritance
Which of the following is the correct syntax to call a parent class method with arguments in Ruby?
super usage with argumentssuper arg1, arg2 or super(arg1, arg2). super arg1, arg2 uses the correct syntax without parentheses.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions