Guest User

Untitled

a guest
Feb 19th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.37 KB | None | 0 0
  1.  
  2. products = {
  3.             gear: {
  4.               name: "hat",
  5.               rating: "5",
  6.               price: "10"
  7.             },
  8.             gear: {
  9.               name: "coat"
  10.               rating: "5"
  11.               price: "100"
  12.             },
  13.             gear: {
  14.               name: "lantern"
  15.               rating: "4"
  16.               price: "10"
  17.             }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment