Skip to content

Instantly share code, notes, and snippets.

@haio
Created April 11, 2013 04:39
Show Gist options
  • Save haio/5360780 to your computer and use it in GitHub Desktop.
Save haio/5360780 to your computer and use it in GitHub Desktop.
Filter item in arry by num
multi args:
[].values_at(1,2,3)
array:
[].values_at(*[1,2,3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment