Ruby: Difference between revisions

From Open Source Ecology
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." [...")
 
 
Line 14: Line 14:


*Restart the computer for the changes to take place
*Restart the computer for the changes to take place
=Get RUBY for Windows=
*[http://rubyinstaller.org/ Get RUBY on Windows] '''Click on the latest version and download to a folder of your choosing'''
*Install RUBY by double-clicking on the downloaded installer. '''(accept the license, choose an installation folder, associate .rb and .rby files with this version of RUBY)'''

Latest revision as of 00:59, 9 June 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."

Ruby Website

How to Get RUBY Programming Language for Linux

  • Open Terminal and type:

sudo apt-get install ruby1.9.1

Ruby.png

  • Restart the computer for the changes to take place

Get RUBY for Windows

  • Install RUBY by double-clicking on the downloaded installer. (accept the license, choose an installation folder, associate .rb and .rby files with this version of RUBY)