From: Dr Nic Date: 2006-07-29T21:31:55+09:00 Subject: Re: Wild ideas: Finding a missing 'end' >> Using indentation is dangerous, because indentation doesn't mean >> anything in ruby normally, and trying to figure out the right thing >> would mean that we start having to be careful with indentation levels, >> and code works in strange ways because we don't know ruby is 'helping' >> us out. It can make for very hard to find bugs. I think its better for it to guess than to just return the last line of the file each time. Perhaps return multiple guesses. Cheers Nic -- Posted via http://www.ruby-forum.com/.