From: Josselin Date: 2006-09-28T20:40:16+09:00 Subject: Re: [newbie] Hash to String ? On 2006-09-27 16:13:05 +0200, Jeremy Wells said: > months = Date::MONTHNAMES.compact.collect{|m| [m, Date::MONTHNAMES.index(m)]} thanks , that's what I was looking for... doesn't come at first hand for a newbie minded..