Is it possible that I could do the following, if so what is the correct syntax? aHash = Hash.new aString = "BasketballTeam" aHash[aString] => "Bulls"