Explain the types of variables available in ruby class?
Explain the difference in scope for these two variables: @@name and @name?
What are freezing string in Ruby?
How would you implement hash in ruby internally?
Explain about the programming language ruby?
Explain the use of ensure statement in Ruby?
What are blocks and procs?
Is ruby supports single inheritance/ multiple inheritance or both?
Do you know about dig, float and max?
Does hash use “ #==” or “#eql?” To compare hash keys?
Name some operators used in ruby.
what is the difference between a gem and a plugin in Ruby?
Explain the three levels of access control for ruby methods?
what is class libraries in Ruby?
what is the syntax for Ruby collect Iterator?