Installling Ruby can be accomplished in five easy steps!

Step 1 : Go to the latest Ruby release to download and install.

Step 2: Don’t forget to download and install the Aptana IDE.

Step 3: After installing the Aptana IDE, install Ruby extensions (it’s up to you anyway). Using Aptana IDE, click on Help>Software Updates>Find and Install>Search for new features for install.

Step 4 : Test by creating a Ruby project from Aptana IDE. All Ruby samples that you write will be stored here.

Step 5: Create the following sample code in file named ”HelloWorld.rb” and click on “Run HelloWorld.rb”. You will see the result of your first Ruby program output.

And that’s it! You can now start and enjoy working and learning the Ruby Programming!