Skip to content
jimarlow edited this page May 23, 2011 · 2 revisions

Welcome to the Ruby-Workspaces wiki!

The idea behind Ruby Workspaces is simply to provide the Workspaces feature that Smalltalk developers have had since the 1980s! This is a text editor that knows how to execute (in this case) Ruby code. You can mix normal text and code in an arbitrary way in each Workspace.

A Workspace is like a notebook that you can use to:

  • Test pieces of Ruby (just like IRB).
  • Develop Ruby applications - cut and paste into .rb files when finished.
  • Create documents containing useful, annotated Ruby code snippets.
  • Use as a primitive GUI for your applications.

Useage

Select the Ruby code and right click to see code execution options.

Clone this wiki locally