Created
April 23, 2016 15:53
-
-
Save smalltown/583a737b1637340a51e01c0ef56d6f80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
search("groups", "*:*").each do |group_data| | |
group group_data["id"] do | |
gid group_data["gid"] | |
members group_data["members"] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment