Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.03 KB

Pancake Instructions

A little program that prints out all the steps to cook your pancake recipe with Ruby.

screen shot 2017-05-05 at 13 28 31

Steps

These are the steps I followed when working on this program:

  1. Create helper methods
  2. Define ingredients
  3. Print out the ingredients
  4. Ask user for check if ingredients are ready
  5. Define the Recipe Steps
  6. Print out the Steps
  7. Define the Steps Actions
  8. Check if user ready for next step
  9. Iterate through each of the steps
  10. Print done with cooking message

Running Locally

Make sure you have Ruby installed.

git clone git@github.com:Cesurhan/pancake-instructions.git
cd pancake-instructions
ruby pancake.rb

Related documentation

For more information about Ruby, see the documentation link below: