Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

where to find the help document?

0 views
Skip to first unread message

Ruby Newbee

unread,
Nov 22, 2009, 4:29:40 AM11/22/09
to
Hello,

How to find ruby's help document?
for example, I want to know what's the difference between two
functions of "p" and "print", but don't know where to search.

Thanks.

Mike Stephens

unread,
Nov 22, 2009, 4:40:09 AM11/22/09
to
These are described in the Pickaxe book which is distributed with Ruby.
Also you can use ri.

--
Posted via http://www.ruby-forum.com/.

nas

unread,
Nov 22, 2009, 4:44:28 AM11/22/09
to
Here are the core docs http://ruby-doc.org/core/

and here the standard library docs http://ruby-doc.org/stdlib/

Marvin Gülker

unread,
Nov 22, 2009, 4:44:46 AM11/22/09
to
Or have a look at http://www.ruby-doc.org .

Marvin

Ruby Newbee

unread,
Nov 22, 2009, 5:06:11 AM11/22/09
to
2009/11/22 nas <nas...@googlemail.com>:

> Here are the core docs http://ruby-doc.org/core/
>
> and here the standard library docs http://ruby-doc.org/stdlib/
>

Thanks all.
So, is there a convenient way to check the usage of a function?
like unix's `man printf` or Perl's perldoc -f print

Regards.

Haoqi Haoqi

unread,
Nov 22, 2009, 5:39:54 AM11/22/09
to
man ri
0 new messages