[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ri Object

John Maclean

2/15/2009 8:58:00 PM

How can i access the documentation relating to ARGV, ARGF, ARGV, DATA,
ENV, FALSE, NIL, RUBY_COPYRIGHT, RUBY_DESCRIPTION, RUBY_PATCHLEVEL


--
John Maclean
07739 171 531
MSc (DIC)

Timezone: GMT

1 Answer

Sebastian W.

2/15/2009 10:10:00 PM

0

john maclean wrote:
> How can i access the documentation relating to ARGV, ARGF, ARGV, DATA,
> ENV, FALSE, NIL, RUBY_COPYRIGHT, RUBY_DESCRIPTION, RUBY_PATCHLEVEL
>
>
> --
> John Maclean
> 07739 171 531
> MSc (DIC)
>
> Timezone: GMT

Hi John,
As far as I know, those constants are not part of Object proper, but the
Ruby global space. My recommendation would be to pick up a copy of the
Ruby "Pickaxe" book. The real title is "Programming Ruby". An older
version of it is available here: http://www.rubycentral...

Google also helps a lot, though you may have to dig a bit to find the
information you need. I hope this helps!

Sebastian
--
Posted via http://www.ruby-....