Even after 5 years of ruby, I cannot stand ruby code where def foo bla omits parens at definition-time. I have no real problem if method calls omit parens, but my eyes HATE it if the () is omitted - my brain needs extra time to decide where it starts and ends, especially if more arguments are used. -- Posted via http://www.ruby-forum.com/.