Subject: global_variable_set (like instance_variable_set)
From: Thomas Hafner <thomas@ f r L U R
Date: Sun, 12 Aug 2007 00:39:59 +0900
Hello,
how can a function global_variable_set(gvarname, value) be
implemented? It should be similiar to the already existing method
Object#instance_variable_set, but set global variables rather than
instance variables.
Regards
Thomas