From: Tony Arcieri Date: 2009-11-09T04:37:06+09:00 Subject: Re: Ruby doesn't implement x++ for Fixnum's because ??? --0016e687869cad093e0477e133d4 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Nov 8, 2009 at 12:32 PM, Tony Arcieri wrote: > I cannot begin to answer this question because Ruby is doing strange and > unexpected things here, at least from my perspective... > Never mind, bar= was still defined because I was reopening the class. So to answer your question: array_example.length++ ...would attempt to rebind through #length=, and fail if it weren't defined. -- Tony Arcieri Medioh/Nagravision --0016e687869cad093e0477e133d4--