From: Tim Ferrell Date: 2005-02-12T08:18:21+09:00 Subject: Re: a problem outputting text Thanks for the clarification ... I am new here too :-) Cheers, Tim David A. Black wrote: > Hi -- > > On Sat, 12 Feb 2005, Tim Ferrell wrote: > >> I also think attr_writer implies attr_reader so you don't need both >> when using attr_writer. > > > It doesn't; they're separate. You can use #attr_accessor to do both > at once. > > > David >