Ruby: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=What is Ruby?= "A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write." [...") |
(No difference)
|
Revision as of 04:10, 30 March 2012
What is Ruby?
"A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write."
How to Get RUBY Programming Language for Linux
- Open Terminal and type:
sudo apt-get install ruby1.9.1
- Restart the computer for the changes to take place