Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. :winter => {
  3. :christmas => ["Lights", "Wreath"],
  4. :new_years => ["Party Hats"]
  5. },
  6. :summer => {
  7. :fourth_of_july => ["Fireworks", "BBQ"]
  8. },
  9. :fall => {
  10. :thanksgiving => ["Turkey"]
  11. },
  12. :spring => {
  13. :memorial_day => ["BBQ"]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement