Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2015 15:49
Show Gist options
  • Save anonymous/a9781f11733704897e1e to your computer and use it in GitHub Desktop.
Save anonymous/a9781f11733704897e1e to your computer and use it in GitHub Desktop.
input = nil
do
print "Tell me Bugs, what would you say to Daffy? "
input = gets.chomp
while input == ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment