[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

running ruby

Praveen Pasupuleti

3/29/2007 10:28:00 AM

hi,

i am a student learning ruby. Is it possible to run ruby on all os
platforms?
and how can i save a ruby output in a separate file by which i can go
through it later

thanks for spending time in reading this..

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

2 Answers

Harry

3/29/2007 11:32:00 AM

0

On 3/29/07, Praveen Pasupuleti <praveenvivekananda@gmail.com> wrote:
> i am a student learning ruby. Is it possible to run ruby on all os
> platforms?
>

http://www.ruby-lang.org...

It works on many types of UNIX, Mac OS X, Windows, DOS, BeOS, OS/2, etc.

Harry

--

http://www.kakueki.com/ruby...
Japanese Ruby List Subjects in English

Stephane Wirtel

3/29/2007 1:56:00 PM

0


> i am a student learning ruby. Is it possible to run ruby on all os
> platforms?
yes
> and how can i save a ruby output in a separate file by which i can go
> through it later
ruby script.rb > outputfile.txt