I'm starting to learn Ruby, so I installed Ruby 2.2.2 via Macports. I understand that the ri
documentation does not install by default, so I want to generate it. I read a few questions/answers on SO and came up with this:
gem install rdoc-data
rdoc-data --install
and was told: Your ruby version 2.2.2 is not supported, only 1.8.7, 1.9.2, 1.9.3, 2.0.0
How do I get the ri
documentation for 2.2.2? Is there another method?