Skip to content

Instantly share code, notes, and snippets.

@roongr2k7
Last active December 28, 2015 16:29
Show Gist options
  • Save roongr2k7/7529817 to your computer and use it in GitHub Desktop.
Save roongr2k7/7529817 to your computer and use it in GitHub Desktop.
def document = {
[at: { location ->
[write: { data ->
println "$location"
def f = new File(location)
f << data
}]
}]
}
open document at './test' write 'hahaha'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment