From: Anthony DeRobertis Date: 2006-03-10T04:16:40+09:00 Subject: Re: Having a block executed in the context of an instance Dominik Bathon wrote: > meth .attr=42 > > I would say that would also be meth.attr=42 and not meth(.attr=42). The spacing, though, makes it look like the latter. The spacing really makes it look like 42 goes with .attr, not with meth. Of course, then there is: meth . attr = 42 and other fun variations :-(