Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created April 23, 2012 06:33
Show Gist options
  • Save willrjmarshall/2469135 to your computer and use it in GitHub Desktop.
Save willrjmarshall/2469135 to your computer and use it in GitHub Desktop.
[nil, nil, nil, "string", "foo"]
[1, 2, 3, nil, nil]
# To get
[1, 2, 3, "string", "foo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment