From: Sy Ys Date: 2007-05-26T12:11:33+09:00 Subject: Global Array? I've got a class which calls itself several times (recursive). While this class is calling itself, I want it to be appending a global array ( << ). I can't figure out how to make the array itself global, so for now each time the class calls itself, it creates the array anew again. Help? -- Posted via http://www.ruby-forum.com/.