On 8/11/07, Thomas Hafner <thomas / hafner.nl.eu.org> wrote: > 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. What problem do you need this for... it sounds like you could get by with a different (and better) approach, but we'd need to know a little more about what you're trying to do.