From: Jeremy Weiskotten Date: 2008-01-10T08:59:32+09:00 Subject: Re: About array to hash conversion You could open up the Array class and add a to_hash method that uses the ugly inject idiom to make it more convenient. -- Posted via http://www.ruby-forum.com/.