Skip to content

Instantly share code, notes, and snippets.

@cassiomarques
Created June 1, 2010 21:59
Show Gist options
  • Save cassiomarques/421575 to your computer and use it in GitHub Desktop.
Save cassiomarques/421575 to your computer and use it in GitHub Desktop.
class Hash
def hash_from(*keys)
self.delete_if { |k, v| !keys.include? k }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment