From 8643d840ba4afaa3520b89631bfcb9386af95c1f Mon Sep 17 00:00:00 2001 From: Mary Arbachauskas Date: Sun, 6 Oct 2019 21:50:31 +0000 Subject: [PATCH] Done. --- lib/catch_phrases.rb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/lib/catch_phrases.rb b/lib/catch_phrases.rb index 2bac0bb..1790b71 100644 --- a/lib/catch_phrases.rb +++ b/lib/catch_phrases.rb @@ -1,8 +1,20 @@ def mario - status = 'Thank You Mario! But Our Princess Is In Another Castle!' - puts phrase + status = "Thank You Mario! But Our Princess Is In Another Castle!" + phrase = "It's-a me, Mario!" +puts phrase end def toadstool + status= "Thank You Mario! But Our Princess Is In Another Castle!" + puts status +end + +def link + status= "It's Dangerous To Go Alone! Take This." puts status -end \ No newline at end of file +end + +def any_phrase (phrase) + phrase = "Do A Barrel Roll!\n" + puts phrase + end