From: matz@... (Yukihiro Matsumoto) Date: 2002-09-20T10:46:11+09:00 Subject: Re: Help with attribute structure Hi, In message "Help with attribute structure" on 02/09/20, "Matthew, Graeme" writes: |I keep on getting this error, I know its my code not ruby any help would be |good "nested method definition" means you're defining a new method within a body of another method. Does this help you? matz.