ExpandoMetaClass - Adding Methods to a Single Instance
Normally when you add or modify a method, it is added/ modified for all instances of that class. However, for GroovyObjects, you can dynamically add methods to individual instances like so:
Labels