Aptana Studio ヘルプ > はじめに > RDT (Ruby Development Tools) > Ruby Development Concepts

Ruby projects

This page gives an overview of Ruby projects.

A Ruby project contains source code and related files for building a Ruby program.

A Ruby project also maintains a model of its contents. This model includes information about the type hierarchy, references and declarations of Ruby elements. This information is constantly updated as the user changes the Ruby source code.

You can organize Ruby projects in one way currently:

Related Topics