Skip to content

Instantly share code, notes, and snippets.

@seanhandley
Last active November 14, 2015 23:35
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 seanhandley/fee2f43d74f15d876c4d to your computer and use it in GitHub Desktop.
Save seanhandley/fee2f43d74f15d876c4d to your computer and use it in GitHub Desktop.
Einstein 8: Simple test
nationalities = [:german, :swedish, :british, :norwegian, :danish]
nationalities[0] == :norwegian
# => false
drinks = [:beer, :water, :milk, :coffee, :tea]
drinks[2] == :milk
# => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment