From: Gary Wright Date: 2007-10-02T23:45:25+09:00 Subject: Re: question re: modules and class variable scope On Oct 2, 2007, at 9:27 AM, Got Ascii wrote: > Gary Wright wrote: >> class variables: resolved at parse time relative to lexical scope >> instance variables: resolved at execution time relative to 'self' > > Cool, thank you this makes sense. My next question, is this > information > in the pickaxe...did I just miss this? No, I don't' think it is in the Pickaxe, at least not in the way I've phrased it. I've found that most of the Ruby books I've looked at do a terrible job at discussing class variable semantics. Gary Wright