Skip to content

Instantly share code, notes, and snippets.

@rramsden
Created April 22, 2012 20:21
Show Gist options
  • Save rramsden/2466633 to your computer and use it in GitHub Desktop.
Save rramsden/2466633 to your computer and use it in GitHub Desktop.
other_arr = ["four"]
["one","two","four"].reject {|element| other_arr.include?(element) }
=> ["four"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment