Table of Contents
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: