Mention what is the difference between a gem and a plugin in ruby?
Explain how can we define ruby regular expressions?
How would you create getter and setter methods in ruby?
mention what is the difference between a single quote and double quote?
How does a symbol differ from a string?
What is the use of interpolation in ruby?
Explain some of the looping structures available in ruby?
What is the difference between a class and a module?
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
What are the different environment variables present in the ruby?
Mention what is the difference between procs and blocks?
Mention what is the command to create a migration?
What is retry statement in ruby?
What method might you use to remove duplicate values from an array?
What is the difference between “#==” and “#equal?”