Ruby 2.0 Released
With the first version of Ruby 2.0 comes many of the much anticipated and sought after improvements and refinements. Also included is a feature called refinements that is basically like controlled monkey-patching.
To get started with Ruby 2.0:
rvm install ruby-2.0.0-p0Then in your rails project directory:
gem install bundler —preThen to get going with your gems:
bundle install
