Rails 3.1 hash each gives TypeError
问题 I have hash(Hash.from_xml) which looks like this (from inspect): { "FileName"=>"hofplayers.xml", "Version"=>"1.0", "UserID"=>"3955847", "FetchedDate"=>"2011-08-16 00:41:02", "PlayerList"=>{ "Player"=>{ "PlayerId"=>"92121587", "FirstName"=>"Gennady", "NickName"=>nil, "LastName"=>"Buzykin", "Age"=>"45", "NextBirthday"=>"2011-09-24 22:10:00", "ArrivalDate"=>"2008-03-08 16:37:00", "ExpertType"=>"15", "HofDate"=>"2010-01-23 16:10:00", "HofAge"=>"40" } } } Then I'm iterating with each as there can