Skip to content

Instantly share code, notes, and snippets.

@andrewharmellaw
Created May 20, 2013 19:26
Show Gist options
  • Save andrewharmellaw/5614773 to your computer and use it in GitHub Desktop.
Save andrewharmellaw/5614773 to your computer and use it in GitHub Desktop.
More Tuple Literals
koan("Tuples can be created easily") {
val tuple = ("apple", "dog")
tuple should be("apple", "dog")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment