Module ruby
Provides classes for working with Ruby programs.
Import path
import rubyClasses
| EmptyLocation | An entity representing an empty location. |
| File | A file. |
| Location | A location as given by a file, a start line, a start column, an end line, and an end column. |
Modules
| DataFlow | Provides classes for performing local (intra-procedural) and global (inter-procedural) data flow analyses. |