Skip to content

Instantly share code, notes, and snippets.

@codeslinger
Created June 10, 2009 21:27
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 codeslinger/127508 to your computer and use it in GitHub Desktop.
Save codeslinger/127508 to your computer and use it in GitHub Desktop.
{:one => 1, :two => 2}.map {|k,v| k == :one ? v : nil}.compact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment