From: Waldemar Dick Date: 2011-03-24T19:47:32+09:00 Subject: Re: Class names in arrays Hi, Am 24.03.2011 11:22, schrieb Benjamin Fowl: > Is it a bad idea to use class names in a hash? > > eg > > coll = [EcoCalendar,MarketForecast] generally speaking, there is no correct answer for that question. It depends on your context. If it fits yours solution, it's absolutely ok. Waldemar