🌈 搜索
📅  最后修改于: 2022-03-11 15:04:49.289000             🧑  作者: Mango
%w(foo bar).each_with_object({}) { |str, hsh| hsh[str] = str.upcase }