Ruby on Rails Developer Question:
Download Questions PDF

Tell us what is the use of super function in Ruby on Rails?

Ruby on Rails Developer Interview Question
Ruby on Rails Developer Interview Question

Answer:

The super function in Ruby is used to invoke the original method. It calls the super class implementation of the current method.

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what’s the difference between new, save and create?What is Rails Router?