Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gui_ruby_editor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gui_ruby_editor

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 08 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc