Skip to content

Instantly share code, notes, and snippets.

@aileron
Created January 19, 2012 17:48
Show Gist options
  • Save aileron/1641421 to your computer and use it in GitHub Desktop.
Save aileron/1641421 to your computer and use it in GitHub Desktop.
sexy hash
class Hash; def &(x) self.merge(x) end end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment