tags:

views:

47

answers:

4

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?

+1  A: 

http://railsapi.com/doc/rails-v2.3.8_ruby-v1.9/ that has ruby 1.9 as well as the latest rails

Ben Hughes
A: 

http://rubybrain.com/

mitkok
+1  A: 

Try this:

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

and this:

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

Yousui
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
A: 

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

and

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

rogerdpack
Does _not_ include the std-lib, which is what is requested...
Marc-André Lafortune
oops. Added correct link.
rogerdpack