Explain about Float, Dig and Max?
Explain redo statement in Ruby?
What is the scope of a local variable in ruby?
Is ruby a strongly typed or a weakly typed language?
How to access Ruby strings elements in an application?
What is mvc? And how it works?
Where does a scope change in a ruby program?
what the difference is between false and nil in Ruby?
How symbol is different from variables?
How do the following methods differ: @my_string.strip and @my_string.strip! ?
Is ruby supports single inheritance/ multiple inheritance or both?
Define ruby methods.
Explain about the defined operator in ruby?
How does a symbol differ from a string?
Tell me what are blocks and procs?