Tell me what is the difference between ruby 1.9 and ruby 2.0?
Answer Posted / 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 |
Post New Answer View All Answers