Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created October 2, 2010 13:51
Show Gist options
  • Save marioaquino/607658 to your computer and use it in GitHub Desktop.
Save marioaquino/607658 to your computer and use it in GitHub Desktop.
[:top, :middle, :bottom].product [:left, :middle, :right]
# produces
[[:top, :left], [:top, :middle], [:top, :right],
[:middle, :left], [:middle, :middle], [:middle, :right],
[:bottom, :left], [:bottom, :middle], [:bottom, :right]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment