I\'ve got two Arrays:
members = [\"Matt Anderson\", \"Justin Biltonen\", \"Jordan Luff\", \"Jeremy London\"] instruments = [\"guitar, vocals\", \"guitar\
As Rafe Kettler posted, using zip is the way to go.
Hash[members.zip(instruments)]