Skip to content

Instantly share code, notes, and snippets.

@mmaa
Created August 18, 2012 21:39
Show Gist options
  • Save mmaa/3390043 to your computer and use it in GitHub Desktop.
Save mmaa/3390043 to your computer and use it in GitHub Desktop.
def make_groups(names, size)
names.shuffle!.group_by { |i| names.rindex(i) % size }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment