rubyにおけるhashの実装プログラム 2014年8月3日rubyコード: h = {'a’=>’aaa’,2=>’bbb’} h.each do |a,b| puts a.to_s+"–“+b.to_s end SourcePosted by arkgame