Seebs wrote:
> The thing is, when you write "c.str = x", you aren't sending a message 
> to
> c.str -- you're sending "str=" to c.

This is true. So for symmetry, you could make str=(v) set the [current] 
value in the Stat object, and str return the current value from the Stat 
object. Anyway, it's just a thought.
-- 
Posted via http://www.ruby-forum.com/.