Skip to content

Instantly share code, notes, and snippets.

@apfelbox
Created March 1, 2013 16:44
Show Gist options
  • Save apfelbox/5065948 to your computer and use it in GitHub Desktop.
Save apfelbox/5065948 to your computer and use it in GitHub Desktop.
parameters:
test: ["a", "b", 123]
# or
parameters:
test:
- "a"
- "b"
- 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment