Class: Rubydex::GlobalVariable
- Inherits:
-
Declaration
- Object
- Declaration
- Rubydex::GlobalVariable
- Defined in:
- ext/rubydex/declaration.c
Instance Method Summary collapse
-
#references ⇒ Object
Placeholder for variable declarations that don’t yet support references.
Methods inherited from Declaration
#definitions, #initialize, #name, #owner, #unqualified_name
Constructor Details
This class inherits a constructor from Rubydex::Declaration
Instance Method Details
#references ⇒ Object
Placeholder for variable declarations that don’t yet support references
406 407 408 |
# File 'ext/rubydex/declaration.c', line 406 static VALUE rdxr_variable_declaration_references(VALUE self) { return rb_ary_new(); } |