Hi,
In message "[ruby-talk:16813] Re: [BUG?] Kernel::load wrap parameter"
on 01/06/23, Patrik Sundberg <ps / radiac.mine.nu> writes:
|I was experimenting with global variables and misunderstood the sentence
|"protect the calling programs global namespace". But it also says executing in
|an anonymous module which won't have anything to do with global variables.
Yes, global variables are "global" by its own definition. Don't abuse
them.
matz.