Skip to content

Instantly share code, notes, and snippets.

@ed-george
Created November 5, 2019 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ed-george/47766747a634bb900860d7fba3ed2406 to your computer and use it in GitHub Desktop.
Save ed-george/47766747a634bb900860d7fba3ed2406 to your computer and use it in GitHub Desktop.
Print a method's parameters using Live Template
groovyScript("'' + _1.collect { it + ' = [${' + it + '}]'}.join(', ') + ''", functionParameters())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment