Skip to content

Instantly share code, notes, and snippets.

@radar
Created July 26, 2008 09:08
Show Gist options
  • Save radar/2627 to your computer and use it in GitHub Desktop.
Save radar/2627 to your computer and use it in GitHub Desktop.
{ :one => "Weee", :two => { :three => "" }, :four => "" }.delete_if { |k,v| v.class == Hash ? v.delete_if { |k2,v2| v2.blank? } : v.blank? }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment