Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created May 12, 2016 21:42
Show Gist options
  • Save jordanhudgens/036f618a417e6bed528c09c155ca33e0 to your computer and use it in GitHub Desktop.
Save jordanhudgens/036f618a417e6bed528c09c155ca33e0 to your computer and use it in GitHub Desktop.
puts "What is your name?"
name = gets.chomp
if name == "dog"
p true
else
p false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment