Tell me what is the difference between ruby 1.9 and ruby 2.0?
Answer / Sumant Kumar
Ruby 1.9 introduced many significant changes such as the addition of the BigDecimal library, a faster GC (garbage collector), better Unicode support, and improvements to the core libraries. Ruby 2.0 further optimized performance, added a new YARV (Yet Another Ruby VM) virtual machine, and removed some deprecated features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are differences between ruby and python?
What is the scope of a local variable in ruby?
Is ruby whitespace-dependent?
How to open a file in Ruby?
How can you removed from array in ruby?
Explain redo statement in Ruby?
Explain the three levels of access control for ruby methods?
How to use sql db or mysql db. Without defining it in the database.yml
Tell me how you define instance variable, global variable and class variable in ruby?
What does mri most commonly stand for?
Explain the use of ensure statement in Ruby?
How symbol is different from variables?