Subject: Re: Using the p command to print files
From: Benjamin Stiglitz <ben tanjero.com>
Date: Mon, 2 Jan 2006 14:31:30 +0900
References: 173539173545
In-reply-to: 173545
> ii) just a way to show the generic syntax of the command?
If you've done a full Ruby install, you should have the ri command at
your disposal:
Example usage:
ri Object
ri Object::new
ri Kernel#p
-Ben