Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなオブジェクトの配列があるとします。
[ obj1, obj2, obj3 ...... objn ]
各オブジェクトには属性がありますA。
A
この配列を複数の配列に分割し、各配列に同じ値のオブジェクトを含むようにするにはどうすればよいAですか? 最もクリーンな実装とは?
[ obj1, obj2, obj3 ...... objn ].group_by(&:A).values