Skip to content

Instantly share code, notes, and snippets.

@apeschel
Created March 23, 2016 19:44
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 apeschel/1204d996b2ea420ec4f4 to your computer and use it in GitHub Desktop.
Save apeschel/1204d996b2ea420ec4f4 to your computer and use it in GitHub Desktop.
foo = "foo"
bar = "bar"
baz = %w(a b c d)
result = [foo, bar, *baz]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment