Skip to content

Instantly share code, notes, and snippets.

@sesharim
Created February 18, 2015 15:40
Show Gist options
  • Save sesharim/4d22fcac3977a917d796 to your computer and use it in GitHub Desktop.
Save sesharim/4d22fcac3977a917d796 to your computer and use it in GitHub Desktop.
my_hash.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment