From: Martin Martinos Date: 2007-10-03T12:32:33+09:00 Subject: File scope variable I tried to find a way to have a variable that has a file scope. A variable that I can access in each function of each class but which is private to my .rb file. Does anybody has a idea? -- Posted via http://www.ruby-forum.com/.