Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Created August 30, 2016 06:32
Show Gist options
  • Save dineshsprabu/422a2661e3118e3ffd4cedfe0d6da86b to your computer and use it in GitHub Desktop.
Save dineshsprabu/422a2661e3118e3ffd4cedfe0d6da86b to your computer and use it in GitHub Desktop.
[RUBY] XML to HASH conversion in ruby
require 'active_support/core_ext/hash/conversions'
Hash.from_xml XML_STRING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment