Skip to content

Instantly share code, notes, and snippets.

@nixsticks
Created December 6, 2013 01:19
Show Gist options
  • Save nixsticks/7817107 to your computer and use it in GitHub Desktop.
Save nixsticks/7817107 to your computer and use it in GitHub Desktop.
[
[0] {
"CHEESE" => {
:price => 6.5,
:clearance => false,
:count => 1
}
},
[1] {
"AVOCADO" => {
:price => 3.0,
:clearance => true,
:count => 2
}
},
[2] {
"AVOCADO" => {
:price => 3.0,
:clearance => true,
:count => 1
}
},
[3] {
"KALE" => {
:price => 3.0,
:clearance => false,
:count => 1
}
},
[4] {
"BEER" => {
:price => 13.0,
:clearance => false,
:count => 1
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment