Do you know when self.up and self.down method is used?
Explain retry statement in ruby.
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
How to read a file in Ruby?
Mention what is the difference between a gem and a plugin in ruby?
How to create a new time instance in Ruby?
How to use ruby methods.
How do the following methods differ: @my_string.strip and @my_string.strip! ?
What is the difference between extend and include?
Name some operators used in ruby.
Which ruby interpreter option enables debugging?
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
Why Ruby is known as a language of flexibility?
Where does a scope change in a ruby program?
How to create ruby object?