Module Constant
Import path
import codeql.ruby.ast.ConstantClasses
| ConstantAccess | An access to a constant. |
| ConstantAssignment | A definition of a constant via assignment. For example, the left-hand operand in the following example: |
| ConstantReadAccess | A use (read) of a constant. |
| ConstantValue | A constant value. |
| ConstantWriteAccess | A definition of a constant. |
Modules
| ConstantValue | Provides different sub classes of |