--bcaec547c99384fcbf04a2061bad Content-Type: text/plain; charset=ISO-8859-1 Hi, Thank you for all answer. I have try execute ruby code with Command line and it was success. What I want is, I want write ruby code and then display it in my browser (firefox or whatever) how can I do this? Thank you :) 2011/4/29 7stud -- <bbxx789_05ss / yahoo.com> > Didin Ibnu Sarnan wrote in post #995669: > > Hi, > > > > I just installed ruby on my ubuntu, I use this following command to > > install > > ruby: > > > > # sudo apt-get install ruby1.9.1-full > > > > After installation succeeded, I don't know what are the next step to > > begin > > developing ruby, I from PHP language and I want to try to learn ruby. > > > > You want to get a text editor that does automatic line indenting. Then > you create a new file, enter some ruby code, and save the file with a > .rb extension. Then at the command line type: > > ruby my_program.rb > > and you will see any output your program produces. > > -- > Posted via http://www.ruby-forum.com/. > > --bcaec547c99384fcbf04a2061bad--