From: Yann Klis Date: 2005-08-12T02:48:10+09:00 Subject: Dynamically added methods Hi all, I'm pretty new to ruby so I will ask some dumb questions, sorry if it's not the right place to ask :) I'd like to add some methods dynamically to one of my object. I understand that with "method_missing" I can "emulate" this behaviour. However, imagine I have an hash table. The key would be the attributes of my object, and the keys their value. How could I add dynamically accessors for those attributes/keys ? Thanks in advance, ++ yk