Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created October 12, 2014 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igaiga/f73c7c623ff5c14ce8ed to your computer and use it in GitHub Desktop.
Save igaiga/f73c7c623ff5c14ce8ed to your computer and use it in GitHub Desktop.
yesno = gets.chomp.upcase
p "Y!!!" if /^Y$/ =~ yesno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment