Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Created October 12, 2012 01:27
Show Gist options
  • Save bryanchug/3876831 to your computer and use it in GitHub Desktop.
Save bryanchug/3876831 to your computer and use it in GitHub Desktop.
/src/main/groovy/Foo.groovy
class Foo{
static String getBar( String self ){
"${self} is foobar."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment