Skip to content

Instantly share code, notes, and snippets.

@bikisuke
Created June 8, 2011 12:57
Show Gist options
  • Save bikisuke/1014364 to your computer and use it in GitHub Desktop.
Save bikisuke/1014364 to your computer and use it in GitHub Desktop.
String.metaClass.toGroovy = {"$delegate + DSL, AST, Builders and more..."}
def java = "Java"
println java.toGroovy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment