Skip to content

Instantly share code, notes, and snippets.

@ikataitsev
Created April 26, 2012 20:16
Show Gist options
  • Save ikataitsev/2502753 to your computer and use it in GitHub Desktop.
Save ikataitsev/2502753 to your computer and use it in GitHub Desktop.
foo = %w{demo coda dome doom mode}
foo.each do |w|
if foo[0].bytes.sort == w.bytes.sort
puts w
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment