2011/8/14 Bartosz Dziewoski <matma.rex / gmail.com>: > I may be late to the party, since it seems like you've already solved > the problem, but Ruby has a const_missing method, which works just > like method_missing. You could use it to search for constants in > various places. Thanks, but I don't think that mechanism is as efficient as using class instance variables (this is, @attributes belonging to the class itself). Thanks a lot. -- IƱaki Baz Castillo <ibc / aliax.net>