Meal Choice

Objectives

  1. Define a method that has an optional argument with a default value.

Instructions

Define a method meal_choice that returns the meal_choice that was passed into it and defaults to "meat".

Resources