From: Patrick Gundlach Date: 2004-12-10T21:07:27+09:00 Subject: Re: adding object attributes [...] > Is there a shorthand notation for adding attributes to an object? what about class << a attr_accessor :b end ? Patrick