From: Jan Luehr Date: 2010-09-02T06:10:09+09:00 Subject: Re: Dynamic Monkey patching of getter / setter methods? Hello, Am 01.09.10 22:10, schrieb Brian Candler: > Jan Luehr wrote: >> Do you know a way for dynamic monkey-patching of getter / setter >> methods? > > Try using send: > > send(:foo=, *args,&block) thanks - missed that one ;-) Keep smiling yanosz