From: "David A. Black" Date: 2004-11-15T05:51:26+09:00 Subject: Re: OpenStruct#update ? Hi -- On Mon, 15 Nov 2004, trans. (T. Onoma) wrote: > How 'bout an OpenStruct#update for adding values after initialization. Or is > there another way to do? OpenStruct needs to be very conservative about what methods it has, since the whole point of it is to allow you to make up arbitrarily named members. But I'm also not sure what you need to do that you can't do. The OpenStruct object should let you add values indefinitely. David -- David A. Black dblack@wobblini.net