Skip to content

Instantly share code, notes, and snippets.

@notch8-old
Created April 24, 2012 15:55
Show Gist options
  • Save notch8-old/2480963 to your computer and use it in GitHub Desktop.
Save notch8-old/2480963 to your computer and use it in GitHub Desktop.
Provider.in_groups_with_index do |group, index|
print index
group.each do |ware|
ware.index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment