rubydoc.org has the core documentation for Ruby 1.8.x and Ruby 1.9.1, and for the 1.8.x standard library. But it doesn't document the 1.9.1 standard library, and nor does anywhere else I can find online (though Google shows other people looking for it). Is there somewhere else to look, or are folks generating their own 1.9.1 library documentation locally?
Asked
Active
Viewed 221 times
2
-
I'm hopeful that rubydoc.org will be updated once 1.9.2 rc is out (end of the month), especially now that the URLs will be restful and stay the same in the future. – Marc-André Lafortune Jun 21 '10 at 17:21
4 Answers
1
http://railsapi.com/doc/rails-v2.3.8_ruby-v1.9/ that has ruby 1.9 as well as the latest rails

Ben Hughes
- 14,075
- 1
- 41
- 34
1

Just a learner
- 26,690
- 50
- 155
- 234
-
It's really too bad that yard isn't rdoc compatible, in particular that it ignores the ':nodoc:' tag... http://yardoc.org/docs/ruby-core/Enumerator/Yielder – Marc-André Lafortune Jun 21 '10 at 17:20