- Define a method that has an argument with a default value.
Define a method meal_choice
that returns the value that was passed into it, and defaults to "meat" when nothing is passed in.
View Meal Choice on Learn.co and start learning to code for free.
View Introductory Default Arguments 2 on Learn.co and start learning to code for free.