Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active December 16, 2015 20:09
Show Gist options
  • Save ishults/bccf3baebf1244f6dafd to your computer and use it in GitHub Desktop.
Save ishults/bccf3baebf1244f6dafd to your computer and use it in GitHub Desktop.
Assignment using .with()
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