Skip to content

Instantly share code, notes, and snippets.

@cjvirtucio87
Created April 30, 2016 19:31
Show Gist options
  • Save cjvirtucio87/d217a7cdc6edf16c3de507b89b231caf to your computer and use it in GitHub Desktop.
Save cjvirtucio87/d217a7cdc6edf16c3de507b89b231caf to your computer and use it in GitHub Desktop.
outerArray.chunk{|outer_elem| outer_elem}.each{|inner_elem| p inner_elem}
# => [1, [1]]
# [2, [2]]
# [:toast, [:toast]]
# [:cream, [:cream]]
# [4, [4]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment