What are ruby blocks.
How do the following methods differ: @my_string.strip and @my_string.strip! ?
Do you know when self.up and self.down method is used?
Is ruby whitespace-dependent?
Explain the types of variables available in ruby class?
Define ruby methods.
Tell us the types of variables available in ruby class?
What is the difference between #== and #eql??
Explain the use of ensure statement in Ruby?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
Explain do while loop in ruby.
What are some built-in ruby class exceptions.
Describe class libraries in Ruby?
Is ruby a statically typed or a dynamically typed language?
Explain while loop in ruby.