From: "T. Onoma" Date: 2004-08-24T10:33:35+09:00 Subject: Re: *with* block? On Monday 23 August 2004 09:08 pm, Zach Dennis wrote: > my_obj = boxWidget.new > with my_obj do > x = 0 > y = 10 > width = 100 > height = 100 > end Sure. This has been talked about before. Unfortunately I can't seem to find anything on it. Ruby-talk searches really blow (sorry, but its true). Someone wrote the code for it before, (anyone?) but in my experience it wasn't very useful. It prevents easy code refactoring. -- T.