Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created October 24, 2012 11:02
Show Gist options
  • Save tagrudev/3945476 to your computer and use it in GitHub Desktop.
Save tagrudev/3945476 to your computer and use it in GitHub Desktop.
1.9.3p194 :001 > [1,2,3,4,5,6].in_groups(4,false)
=> [[1, 2], [3, 4], [5], [6]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment