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.
これが行です:
words.group_by { |word| word.downcase.chars.sort }.values
wordsは、元の配列内の別の単語と同じ文字を共有する場合にグループに分類される単語の配列です。誰かが下に行き、これがどのように機能するかを説明できますか?
words