Ruby in a nutshell

I bought a "Ruby in a nutshell" book, but It does not sort after alphabetical order at library part. Time consuming to search around it. Any other way to search?

ngoc wrote:

I bought a "Ruby in a nutshell" book, but It does not sort after alphabetical order at library part. Time consuming to search around it. Any other way to search?

Have a look at http://www.ruby-doc.org/docs/rdoc/1.9/ or try using "ri" (It usually comes with Ruby) as in "ri Object" or "ri +" or "ri Array#+".

Apparently it's pseudo-alphabetical order by topic (Network,
Operating System, etc), but with some truly baffling exceptions.

Of course, if you know the name of the module you want to look
up, you can always use the index.

Tim Hammerquist

ยทยทยท

ngoc <ngoc@yahoo.com> wrote:

I bought a "Ruby in a nutshell" book, but It does not sort
after alphabetical order at library part. Time consuming to
search around it. Any other way to search?