Skip to content

Instantly share code, notes, and snippets.

/.rb

Created August 6, 2015 12:07
Show Gist options
  • Save anonymous/18b9182d73421cf9cc2b to your computer and use it in GitHub Desktop.
Save anonymous/18b9182d73421cf9cc2b to your computer and use it in GitHub Desktop.
a = "<body><asdf>asdf</asdf></body>"
xml = Nokogiri::XML(a)
puts xml
# want the string like a again:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment