2

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?

apaderno
  • 28,547
  • 16
  • 75
  • 90
Ian Dickinson
  • 12,875
  • 11
  • 40
  • 67
  • 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 Answers4

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

Try this:

http://yardoc.org/docs/ruby-stdlib

and this:

http://yardoc.org/docs/ruby-core

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
0

http://rubybrain.com/

mytrile
  • 128
  • 1
  • 9
0

http://ruby-doc.org/core-1.9/index.html

and

http://ruby-doc.org/ruby-1.9/index.html

rogerdpack
  • 62,887
  • 36
  • 269
  • 388