Skip to content

Instantly share code, notes, and snippets.

@gaurish
Created September 9, 2012 22:08
Show Gist options
  • Save gaurish/179e6463456fc9218341 to your computer and use it in GitHub Desktop.
Save gaurish/179e6463456fc9218341 to your computer and use it in GitHub Desktop.
> justice_league = ["Aquaman", "Batman", "Black Canary", "Flash", "Green Arrow", "Green Lantern", "Martian Manhunter", "Superman", "Vixen", "Wonder Woman"]
justice_league.each_slice(3) do |name|
@object.delay.foo(name)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment