Skip to content

Instantly share code, notes, and snippets.

@mkovacek
Created October 15, 2016 11:21
Show Gist options
  • Save mkovacek/2039b9f84c8b445e28104d0a9b042efe to your computer and use it in GitHub Desktop.
Save mkovacek/2039b9f84c8b445e28104d0a9b042efe to your computer and use it in GitHub Desktop.
List(1,2,3,4,5).size // 5
List(1,2,3,4,5).size() // error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment