2010-01-20 ハッシュ Hash Ruby 解説 http://www.rubylife.jp/ini/hash/index3.html 数値以外でもキーにできる配列なイメージ test_hash = Hash.new test_hash[0] = 1234 test_hash['abc'] = 5678