Skip to content

Instantly share code, notes, and snippets.

@foxyblocks
Last active August 29, 2015 14:26
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 foxyblocks/95f77a9471e39894dc98 to your computer and use it in GitHub Desktop.
Save foxyblocks/95f77a9471e39894dc98 to your computer and use it in GitHub Desktop.
if student == :brave
puts "Griffindor!"
elsif student == :smart
puts "Ravenclaw!"
elsif student == :asshole
puts "Slytherin!"
else
puts "Shit... I don't know... Hufflepuff! ... I guess..."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment