Installing Ruby DLTK for Eclipse - rajivkanaujia/alphaworks GitHub Wiki

Getting Eclipse Ready for Ruby Development

Ruby is shipped with MacOS.

Prerequisite

Before you continue, please read Eclipse Setup

Run following command on Terminal to confirm Ruby installation

    $ ruby --version
    ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
    $ which ruby
    /usr/bin/ruby

Open Eclipse IDE

Find the Eclipse Marketplace under the Help Menu

ruby_001.png

Search for Ruby DLTK and install it

ruby_002.png

Next Steps

In subsequent wikis, I will show how to use Eclipse to build and debug your first Hello World example in Ruby


Note: If you like the instructions here, please refer it on your posts/documentation. Contact me if there are corrections needed.