diff --git a/parrot.rb b/parrot.rb index 559309841..5b9f68c45 100644 --- a/parrot.rb +++ b/parrot.rb @@ -1,2 +1,6 @@ # Create method `parrot` that outputs a given phrase and # returns the phrase +def parrot(string = "Squawk!") +puts "#{string}" +"#{string}" +end \ No newline at end of file