From 57bd372f5c35e73301d80cb7986231d795171446 Mon Sep 17 00:00:00 2001 From: Karen Daniela Date: Mon, 13 Jan 2020 19:37:46 +0000 Subject: [PATCH] Done. --- lib/catch_phrases.rb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/catch_phrases.rb b/lib/catch_phrases.rb index 2bac0bb3c..1a73914ff 100644 --- a/lib/catch_phrases.rb +++ b/lib/catch_phrases.rb @@ -1,8 +1,17 @@ def mario status = 'Thank You Mario! But Our Princess Is In Another Castle!' - puts phrase + puts phrase="It's-a me, Mario!" end + def toadstool - puts status + puts status='Thank You Mario! But Our Princess Is In Another Castle!' +end + +def link + puts "It's Dangerous To Go Alone! Take This." +end + +def any_phrase(phrase) + puts phrase="Do A Barrel Roll!" end \ No newline at end of file