ハッシュ Hash

解説

数値以外でもキーにできる配列なイメージ

test_hash = Hash.new
test_hash[0] = 1234
test_hash['abc'] = 5678