Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. bbq_array = []
  2. holiday_hash.each do |seasons, holidays|
  3. holidays.each do |holiday, item|
  4. bbq_array << holiday if item.include?('BBQ')
  5. end
  6. end
  7. bbq_array
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement