Skip to content

Instantly share code, notes, and snippets.

@exodist
Created June 27, 2020 18:04
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 exodist/556568cad39cfec65412be73e262388b to your computer and use it in GitHub Desktop.
Save exodist/556568cad39cfec65412be73e262388b to your computer and use it in GitHub Desktop.
keyword BAREWORD_NAME(PARAMS) {BLOCK}
keyword "QUOTED_NAME"(PARAMS) {BLOCK}
Where (PARAMS) are optional.
For params I honestly want to just turn it into {PARAMS} treat it like a hashref definition cause it will always have key/value pairs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment