The following example is adapted from \'Groovy in Action\'
class Mother { Closure birth() { def closure = { caller ->
Sake says, "this is the closure not the object where the closure [is] constructed." But when we run this script, we find that this is a Mother, not a Closure.