Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created November 27, 2015 12:23
Show Gist options
  • Save brgnepal/4be0ee05f0d4c03e6a7c to your computer and use it in GitHub Desktop.
Save brgnepal/4be0ee05f0d4c03e6a7c to your computer and use it in GitHub Desktop.
require 'gmail'
require 'nokogiri'
# ... ur usual code
doc = Nokogiri::HTML::Document.parse(version_change_email.body.to_s)
puts doc.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment