Skip to content

Instantly share code, notes, and snippets.

@videlais
Last active August 29, 2015 14:19
Show Gist options
  • Save videlais/d6aeff550c10f59ec721 to your computer and use it in GitHub Desktop.
Save videlais/d6aeff550c10f59ec721 to your computer and use it in GitHub Desktop.
puts "What is your name?"
name = gets.chomp
case name
when "Dan"
puts "Looks like your name is Dan. Neat!"
else
puts "You are not a Dan!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment