What are the data types in ruby?
Answer / Vishal Sandhyapushpa
"Ruby has several basic data types: Numeric (Fixnum, Float, Complex), String, Array, Hash (Associative Array or Hash Table), Range and Symbol. Additionally, Ruby supports classes, modules and objects."
| Is This Answer Correct ? | 0 Yes | 0 No |
How is class methods defined in ruby?
Explain some of the looping structures available in ruby?
What does mri most commonly stand for?
What happens when a value is too big for fixnum?
Explain about garbage collection feature of ruby?
Are ruby strings are mutable?
Tell me how you define instance variable, global variable and class variable in ruby?
What is the difference between calling super and calling super()?
In Ruby, it explains about the defined operator?
What is ruby?
Tell us what is the difference between dynamic and static scaffolding?
Tell me how you can list all routes for an application?