What are some advantages of using ruby?
what the difference is between false and nil in Ruby?
Explain about Float, Dig and Max?
What is mvc and why do we use it?
Explain break statement in Ruby?
Is ruby whitespace-dependent?
Tell us how would you implement hash in ruby internally?
What is the difference between ruby 1.9 and ruby 2.0?
What are Ruby iterators?
Is ruby a dying language?
What happens when a value is too big for fixnum?
Explain some differences between ruby and python.
Explain the use of global variable $ in Ruby?
Explain raise statement in Ruby?
How do the following methods differ: @my_string.strip and @my_string.strip! ?