Skip to content

Instantly share code, notes, and snippets.

@johana-star
Forked from misstuggy/Daffifier.rb
Last active December 16, 2015 10:09
Show Gist options
  • Save johana-star/5417930 to your computer and use it in GitHub Desktop.
Save johana-star/5417930 to your computer and use it in GitHub Desktop.
begin
p @user_input.nil? ? 'Your phrase here please:' : "That wasn't a phrase! Try again."
@user_input = gets.strip
end while @user_input == ""
print "Daffy says \"#{@user_input.gsub!(/S/, "Th").gsub!(/s/, "th")}\"!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment