Tell me what is the difference between calling super() and super call?
How would you implement hash in ruby internally?
Explain Ruby hashes?
How to create ruby object?
Explain the difference in scope for these two variables: @@name and @name?
Name some operators used in ruby.
What is retry statement in ruby?
Why Ruby is known as a language of flexibility?
How would you create getter and setter methods in ruby?
Explain do while loop in ruby.
Explain about ruby code blocks?
How to read a file in Ruby?
Explain the types of variables available in ruby class?
Does hash use “ #==” or “#eql?” To compare hash keys?
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?