On Nov 4, 2005, at 10:53 AM, Nikolai Weibull wrote: > The funny thing about this example is that the whole point of having > ";;" be "end" is that you could write > > class Foo > def foo; "foo" ;; > end > > right? To save one character? class Foo def foo; "foo" end end ??? That parses today, right? James Edward Gray II