From: Roger Pack Date: 2009-06-01T22:40:49+09:00 Subject: Re: Endless Ruby 0.0.2 Caleb Clausen wrote: > endless.rb is a pre-processor for ruby which allows you to use > python-ish > indentation to delimit scopes, instead of having to type 'end' every > time. > > http://gist.github.com/117694 > > Basically, this makes the end keyword optional. One thought might be to name is "end implied" or "end optional" since you can still use end :) Speaking of which, did J Haas ever come up with a way to do b = case y when 3 4 end if true without using an end keyword? -=r -- Posted via http://www.ruby-forum.com/.