Skip to content

Instantly share code, notes, and snippets.

@vaichidrewar
Created October 27, 2013 01:51
Show Gist options
  • Save vaichidrewar/7177048 to your computer and use it in GitHub Desktop.
Save vaichidrewar/7177048 to your computer and use it in GitHub Desktop.
Nokogiri
Nokogiri::text
• The text method on a Nokogiri::XML::Node returns the actual text content of that node. That is, ifnode == Carrie Fisher, then node.text == "Carrie Fisher".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment