Method: Module#constants
- Defined in:
- variable.c
#constants ⇒ Array
Returns an array of the names of the constants accessible in mod. This includes the names of constants in any included modules (example at start of section).
1590 1591 1592 |
# File 'variable.c', line 1590 VALUE rb_mod_constants(mod) VALUE mod; |