Skip to content

Instantly share code, notes, and snippets.

@rmw
Created September 10, 2013 22:32
Show Gist options
  • Save rmw/6516710 to your computer and use it in GitHub Desktop.
Save rmw/6516710 to your computer and use it in GitHub Desktop.
Struct to Hash
my_struct_instance.members.inject({}) { |r, e| r[e] = t[e]; r }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment