Last active
December 16, 2015 20:09
-
-
Save ishults/bccf3baebf1244f6dafd to your computer and use it in GitHub Desktop.
Assignment using .with()
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
Dog dog = new Dog() | |
//... | |
dog.with { | |
name = 'Rex' | |
age = 2 | |
color = Color.BLACK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment