Gui Ruby Editor is a Graphical User Interface Code Editor. It allows the user to enter a code into a text window and run the code. The output is displayed in a lower window with any Standard Error arising from code mistake. This helps Ruby beginners to discover their errors and correct it on the fly. The Editor allows the user to open a saved script make any changes and test it in the Gui Editor. The modified script may be saved under a different name. The output from execution of the code can be captured from the second window and saved into a file.
Installation:
Enter "gem install gui_ruby_editor" at the cmd prompt.
Usage:
save the following ruby script on your desktop or folder containing your Ruby scripts:
require 'gui_ruby_editor'
ruby gui_ruby_editor