Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
What are the loops in ruby?
What function converts all html special symbols to html entities in ruby?
What is yield statement in ruby.
What are the looping structures available in ruby?
Explain about portability?
What must you do first before you can invoke an unboundmethod object?
What does mri most commonly stand for?
How ruby looks up a method to invoke?
How does a symbol differ from a string?
How will you comment in ruby.
Explain ampersand parameter (&block) in Ruby?
Tell me how you can create a controller for subject?
Explain the concepts and capabilities of garbage collection feature of Ruby?
what the difference is between false and nil in Ruby?