From: Joel VanderWerf Date: 2003-06-17T08:12:28+09:00 Subject: Re: /^attr(?:_reader|_writer)*$/ - possible RCR? ahoward wrote: > does anyone else think that having attr_* keep track of the attributes might > be helpful? i've done it by hand many times. i'm thinking something like > this might be generally useful: ... Could you use #instance_variables for this, or do you need to distinguish those that have only readers from those that have only writers?