Skip to content

Instantly share code, notes, and snippets.

@atz
Created April 3, 2013 20:28
Show Gist options
  • Save atz/5304934 to your computer and use it in GitHub Desktop.
Save atz/5304934 to your computer and use it in GitHub Desktop.
lib/booksite/closer.groovy
package booksite
def cdef = {s -> println " cdef: " + s }
nodef = {s -> println "nodef: " + s }
def cdefit = { println " cdefit: " + it }
nodefit = { println "nodefit: " + it }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment