class Rubydex::GlobalVariable
Public Instance Methods
Source
static VALUE rdxr_variable_declaration_references(VALUE self) {
return rb_ary_new();
}
Returns an empty array because variable declarations do not yet support reference lookup.