hello ruby programmers !
I'm new to Ruby and hope to get some guidance from all the gurus out there.
I have 1 quick question.
I was trying out the ri command and could locate documentation for the net
package.
ri net
Any ideas?
hello ruby programmers !
I'm new to Ruby and hope to get some guidance from all the gurus out there.
I have 1 quick question.
I was trying out the ri command and could locate documentation for the net
package.
ri net
Any ideas?
ri is case-sensitive. Whether it should be is a different question,
but it currently is case sensitive.
-austin
On 9/21/05, Stewart Chen <stewartchen@gmail.com> wrote:
hello ruby programmers !
I'm new to Ruby and hope to get some guidance from all the gurus out there.
I have 1 quick question.I was trying out the ri command and could locate documentation for the net
package.
ri net
--
Austin Ziegler * halostatue@gmail.com
* Alternate: austin@halostatue.ca
I vote for ri not being case-sensitive.
On 9/21/05, Austin Ziegler <halostatue@gmail.com> wrote:
On 9/21/05, Stewart Chen <stewartchen@gmail.com> wrote:
> hello ruby programmers !
>
> I'm new to Ruby and hope to get some guidance from all the gurus out there.
> I have 1 quick question.
>
> I was trying out the ri command and could locate documentation for the net
> package.
> ri netri is case-sensitive. Whether it should be is a different question,
but it currently is case sensitive.