From: "Oliver S." Date: 2011-07-16T03:11:27+09:00 Subject: Re: Maximum value of hash Steve's is good, but why use max when max_by is cleaner? @hash.max_by{|x| x[1]} -- Posted via http://www.ruby-forum.com/.