Class: Rubydex::GlobalVariable

Inherits:
Declaration show all
Defined in:
ext/rubydex/declaration.c

Instance Method Summary collapse

Methods inherited from Declaration

#definitions, #initialize, #name, #owner, #unqualified_name

Constructor Details

This class inherits a constructor from Rubydex::Declaration

Instance Method Details

#referencesObject

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();
}