At Thu, 30 Nov 2000 15:10:05 +0900,
Andrew D. McDowell wrote:

> Since the end modifier(?) is optional it won't break any previous work but I
> think it'd significantly increase readability for larger classes.

if end modifier(??) is optional how about

def foo
  print "hello\n"
end #foo

I've felt 2 char wide indentation is too small if you have big def-end
or if-end. increasing it to 4 or 8 might help. (and it's all just
changing editor settings)

> Just an idea..

ditto.
--
         yashi