An accurate simulation of zookeepers feeding Lions and Pandas
- Create a human that likes bacon and tacos, but not bamboo
- (Using TDD [write tests first])
- Extract
Food
into a class, rather than a symbol - Create a FoodBarge that can be called like:
food = @foodbarge.food_for(panda)
panda.feed(food)
Copyright: Jesse Wolgamott, MIT License (See LICENSE)