From: Robin Stocker Date: 2006-05-12T19:47:28+09:00 Subject: Re: A more elegant way to do this? Tim Uckun wrote: > conf['crontables'][group].each { | tab_item| > tab_entries << tab_item > } A small suggestion for the above if tab_entries is an array: tab_entries.concat(conf['crontables'][group])