Explain about methods?
List some features of ruby?
Do you know how ruby looks up a method to invoke?
Can you call a private method outside a ruby class using its object?
Does hash use “ #==” or “#eql?” To compare hash keys?
Tell me what is the difference between calling super and calling super()?
What is a symbol in ruby?
Please explain what are some advantages of using ruby?
Difference between nil and false in ruby?
Explain the three levels of access control for ruby methods?
Explain until loop in ruby.
What is Ruby programming language?
Difference between render and redirect?
Explain about Float, Dig and Max?
Explain the difference in scope for these two variables: @@name and @name?