Last active
October 3, 2018 09:53
-
-
Save samdods/db7677c99005d4cbf75ccca1150cf68a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the first person whose street address is empty | |
people.first(where: ~\.address.street.isEmpty) | |
// => Returns the Person object for "Dick" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment