Skip to content

Instantly share code, notes, and snippets.

@nixsticks
Created December 6, 2013 01:21
Show Gist options
  • Save nixsticks/7817119 to your computer and use it in GitHub Desktop.
Save nixsticks/7817119 to your computer and use it in GitHub Desktop.
[
[0] {
"BEETS" => {
:price => 2.5,
:clearance => false,
:count => 3
}
},
[1] {
"TEMPEH" => {
:price => 3.0,
:clearance => true,
:count => 2
}
},
[2] {
"ALMONDS" => {
:price => 9.0,
:clearance => false,
:count => 2
}
},
[3] {
"PEANUTBUTTER" => {
:price => 3.0,
:clearance => true,
:count => 4
}
},
[4] {
"AVOCADO" => {
:price => 3.0,
:clearance => true,
:count => 1
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment