From: itsme213 Date: 2006-03-28T02:13:54+09:00 Subject: Re: ara's double_x : generate xml? wrote in message > it is actually configurable. you do something like I did not mean a blanket method_missing. My real question was: - if I have a conflict with the '*_' convention, & - I have another convention that I'd like to use e.g. '*_x' would I be able to configure to use that convention? > this reason this is done is that this class is part of a hierarchy where > each > subclass adds more traits to parameterize the class. Is it possible to have different ways of combining up the class/module chains? e.g. override? append? other? Thanks!