From: Krekna Mektek Date: 2006-05-11T21:13:55+09:00 Subject: Re: Writable attributes - how does this work? Thanx, it's clear to me now. Thank you all for the quick answers, each supplementing each other. Krekna 2006/5/11, corey konrad <0011@hush.com>: > works basically like > > class_name > method_name(argument_name) > @attribute_name = argument_name > end > end > > so class_name.method_name = arguments to pass into argument_name > > > > > > > > > Krekna Mektek wrote: > > Hi! > > > > How does this actually work? > > > > from the Pick Axe book: > > > > irb> > > > > -- > Posted via http://www.ruby-forum.com/. > >