What are the operators available in ruby?
Tell me what does ruby name refers to?
What is yield statement in ruby.
Explain the difference in scope for these two variables: @@name and @name?
What is mvc and why do we use it?
Is ruby a statically typed or a dynamically typed language?
Explain ruby data types.
Name different methods for io console in ruby?
Explain about Class variable and global variable?
How is class methods defined in ruby?
How to create ruby object?
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
Tell me what are blocks and procs?
How do you remove nil values in array using ruby?
Do you know how ruby looks up a method to invoke?