Anagrams?

def anagrams?(str1, str2)
  str1.split("").sort == str2.split("").sort
end

results matching ""

    No results matching ""