What is the difference between ruby 1.9 and ruby 2.0?
Answer / Ranjeet Kumar Yadav
Ruby 2.0 (also known as MRI 2.0) introduced several improvements over Ruby 1.9, including better garbage collection, a new YARV virtual machine that runs code faster and more efficiently, support for blocks with arguments, the ability to use the `a=b if b` syntax, and additional Unicode support.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the operators available in ruby?
Explain Ruby hashes?
Explain until loop in ruby.
What are the loops in ruby?
In how many ways you can compare Ruby string?
Which ruby interpreter option enables debugging?
How to use ruby methods.
Name some operators used in ruby.
List some features of ruby?
What is concatenating string in Ruby?
what is the purpose of the rakefile available in the demo directory in ruby?
what is class libraries in Ruby?