trans. (T. Onoma) wrote: > Recall that I was having s similar problem. I took a page out of Rich > Kilmer's work and created a couple self returning methods, so applied to > your case something like: > > Rectangle.new(x,y).d(dx, dy).rotate(r).styles(s) Hmmm...I like this. I like this a lot. Easy to read, easy to code. Of course Rich's work is always inspiring to me.