Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined local variable or method - method receiving (holiday_hash), but inside code you were using holiday_supplies. #85

Open
cunhasb opened this issue Sep 13, 2017 · 0 comments

Comments

@cunhasb
Copy link

cunhasb commented Sep 13, 2017

def all_winter_holiday_supplies(holiday_hash)
holiday_supplies[:winter].map do |holiday, supplies|
supplies
end.flatten
end

def all_supplies_in_holidays(holiday_hash)
holiday_supplies.each do |season, holidays|
puts "#{season.capitalize}:"
holidays.each do |holiday, supplies|
puts" #{holiday.to_s.split('_').map {|w| w.capitalize }.join(' ') }: #{supplies.join(", ")}"
end
end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant