Explain break statement in Ruby?
Explain Ruby if-else statement?
Tell me how symbol is different from variables?
What are blocks and procs?
How ruby looks up a method to invoke?
what is the difference between put and putc statement?
What does ruby name refers to?
How would you implement hash in ruby internally?
Does hash use “ #==” or “#eql?” To compare hash keys?
Explain about the command line options?
How to use ruby methods.
What is request.xhr?
In how many ways items can be removed from array in Ruby?
Explain the three levels of access control for ruby methods?
Explain do while loop in ruby.