Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created March 6, 2013 16:12
Show Gist options
  • Save MikeSilvis/5100450 to your computer and use it in GitHub Desktop.
Save MikeSilvis/5100450 to your computer and use it in GitHub Desktop.
class Hash
def compact
delete_if { |k, v| !v }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment