Explain the difference in scope for these two variables: @@name and @name?
What are the data types in ruby?
Do you know how ruby looks up a method to invoke?
What things we can define in the model?
Explain about the command line options?
Is ruby a strongly typed or a weakly typed language?
How ruby looks up a method to invoke?
Explain about interpolation?
Mention what is the command to create a migration?
Tell me how can we define ruby regular expressions?
How is class methods defined in ruby?
In how many ways a block is written in Ruby?
In how many ways items can be added in an array in Ruby?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
How to write multiline string in Ruby?