Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created November 2, 2013 07:33
Show Gist options
  • Save carlzulauf/7276533 to your computer and use it in GitHub Desktop.
Save carlzulauf/7276533 to your computer and use it in GitHub Desktop.
a=[1,2,3,4];b=[];a.reject!{|n|b<<n if n.odd?};[a,b]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment